pub enum ACMD12NE_A {
EXEC,
NOT_EXEC,
}
Expand description
Auto CMD12 Not Executed
Value on reset: 0
Variants
EXEC
0: Executed
NOT_EXEC
1: Not executed
Trait Implementations
sourceimpl Clone for ACMD12NE_A
impl Clone for ACMD12NE_A
sourcefn clone(&self) -> ACMD12NE_A
fn clone(&self) -> ACMD12NE_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ACMD12NE_A
impl Debug for ACMD12NE_A
sourceimpl From<ACMD12NE_A> for bool
impl From<ACMD12NE_A> for bool
sourcefn from(variant: ACMD12NE_A) -> Self
fn from(variant: ACMD12NE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ACMD12NE_A> for ACMD12NE_A
impl PartialEq<ACMD12NE_A> for ACMD12NE_A
sourcefn eq(&self, other: &ACMD12NE_A) -> bool
fn eq(&self, other: &ACMD12NE_A) -> bool
impl Copy for ACMD12NE_A
impl StructuralPartialEq for ACMD12NE_A
Auto Trait Implementations
impl RefUnwindSafe for ACMD12NE_A
impl Send for ACMD12NE_A
impl Sync for ACMD12NE_A
impl Unpin for ACMD12NE_A
impl UnwindSafe for ACMD12NE_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