pub enum DisplayBacklightEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayBacklightEvent
impl RefUnwindSafe for DisplayBacklightEvent
impl Send for DisplayBacklightEvent
impl Sync for DisplayBacklightEvent
impl Unpin for DisplayBacklightEvent
impl UnwindSafe for DisplayBacklightEvent
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