pub struct LightingModeChangedEventHandler { /* private fields */ }
Expand description
Lighting mode changed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LightingModeChangedEventHandler
impl !RefUnwindSafe for LightingModeChangedEventHandler
impl !Send for LightingModeChangedEventHandler
impl !Sync for LightingModeChangedEventHandler
impl Unpin for LightingModeChangedEventHandler
impl !UnwindSafe for LightingModeChangedEventHandler
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