pub enum CMDCRC_A {
NO,
YES,
}
Expand description
Command CRC Error
Value on reset: 0
Variants
NO
0: No Error
YES
1: CRC Error Generated
Trait Implementations
impl Copy for CMDCRC_A
impl StructuralPartialEq for CMDCRC_A
Auto Trait Implementations
impl RefUnwindSafe for CMDCRC_A
impl Send for CMDCRC_A
impl Sync for CMDCRC_A
impl Unpin for CMDCRC_A
impl UnwindSafe for CMDCRC_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