pub enum CMDINHC_A {
CAN,
CANNOT,
}
Expand description
Command Inhibit (CMD)
Value on reset: 0
Variants
CAN
0: Can issue command using only CMD line
CANNOT
1: Cannot issue command
Trait Implementations
impl Copy for CMDINHC_A
impl StructuralPartialEq for CMDINHC_A
Auto Trait Implementations
impl RefUnwindSafe for CMDINHC_A
impl Send for CMDINHC_A
impl Sync for CMDINHC_A
impl Unpin for CMDINHC_A
impl UnwindSafe for CMDINHC_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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