pub enum Backlight {
On,
Off,
}
Expand description
Flag that sets backlight state
Variants§
Auto Trait Implementations§
impl Freeze for Backlight
impl RefUnwindSafe for Backlight
impl Send for Backlight
impl Sync for Backlight
impl Unpin for Backlight
impl UnwindSafe for Backlight
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