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