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