pub enum ACMD12NE_AW {
NO,
YES,
}
Expand description
Force Event for Auto CMD12 Not Executed
Value on reset: 0
Variants
NO
0: No Interrupt
YES
1: Interrupt is generated
Trait Implementations
sourceimpl Clone for ACMD12NE_AW
impl Clone for ACMD12NE_AW
sourcefn clone(&self) -> ACMD12NE_AW
fn clone(&self) -> ACMD12NE_AW
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_AW
impl Debug for ACMD12NE_AW
sourceimpl From<ACMD12NE_AW> for bool
impl From<ACMD12NE_AW> for bool
sourcefn from(variant: ACMD12NE_AW) -> Self
fn from(variant: ACMD12NE_AW) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ACMD12NE_AW> for ACMD12NE_AW
impl PartialEq<ACMD12NE_AW> for ACMD12NE_AW
sourcefn eq(&self, other: &ACMD12NE_AW) -> bool
fn eq(&self, other: &ACMD12NE_AW) -> bool
impl Copy for ACMD12NE_AW
impl StructuralPartialEq for ACMD12NE_AW
Auto Trait Implementations
impl RefUnwindSafe for ACMD12NE_AW
impl Send for ACMD12NE_AW
impl Sync for ACMD12NE_AW
impl Unpin for ACMD12NE_AW
impl UnwindSafe for ACMD12NE_AW
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