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