pub enum CMDINHD_A {
CAN,
CANNOT,
}
Expand description
Command Inhibit (DAT)
Value on reset: 0
Variants
CAN
0: Can issue command which uses the DAT line
CANNOT
1: Cannot issue command which uses the DAT line
Trait Implementations
impl Copy for CMDINHD_A
impl StructuralPartialEq for CMDINHD_A
Auto Trait Implementations
impl RefUnwindSafe for CMDINHD_A
impl Send for CMDINHD_A
impl Sync for CMDINHD_A
impl Unpin for CMDINHD_A
impl UnwindSafe for CMDINHD_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