pub enum STANDBY_A {
DISABLE,
ENABLE,
}
Expand description
Standby enable
Value on reset: 0
Variants
DISABLE
0: Disable standby
ENABLE
1: Enable standby
Trait Implementations
impl Copy for STANDBY_A
impl StructuralPartialEq for STANDBY_A
Auto Trait Implementations
impl RefUnwindSafe for STANDBY_A
impl Send for STANDBY_A
impl Sync for STANDBY_A
impl Unpin for STANDBY_A
impl UnwindSafe for STANDBY_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more