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