pub enum LSEONW {
OFF,
ON,
}
Expand description
Values that can be written to the field LSEON
Variants§
Auto Trait Implementations§
impl Freeze for LSEONW
impl RefUnwindSafe for LSEONW
impl Send for LSEONW
impl Sync for LSEONW
impl Unpin for LSEONW
impl UnwindSafe for LSEONW
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