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