pub enum LP_MODE {
Disabled = 0,
Enabled = 1,
}
Expand description
LP_MODE
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LP_MODE
impl Eq for LP_MODE
impl StructuralPartialEq for LP_MODE
Auto Trait Implementations§
impl Freeze for LP_MODE
impl RefUnwindSafe for LP_MODE
impl Send for LP_MODE
impl Sync for LP_MODE
impl Unpin for LP_MODE
impl UnwindSafe for LP_MODE
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