Struct fuchsia_scenic::AmbientLight
source · pub struct AmbientLight { /* private fields */ }
Implementations§
source§impl AmbientLight
impl AmbientLight
pub fn new(session: SessionPtr) -> AmbientLight
pub fn id(&self) -> u32
pub fn set_color(&self, color: ColorRgb)
pub fn detach_light(&self)
Auto Trait Implementations§
impl !RefUnwindSafe for AmbientLight
impl Send for AmbientLight
impl Sync for AmbientLight
impl Unpin for AmbientLight
impl !UnwindSafe for AmbientLight
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more