#[repr(u8)]pub enum Ac12WrChkbusyEn {
AC12_WR_CHKBUSY_EN_0 = 0,
AC12_WR_CHKBUSY_EN_1 = 1,
}Variants§
AC12_WR_CHKBUSY_EN_0 = 0
Do not check busy after auto CMD12 for write data packet
AC12_WR_CHKBUSY_EN_1 = 1
Check busy after auto CMD12 for write data packet
Implementations§
Trait Implementations§
Source§impl Clone for Ac12WrChkbusyEn
impl Clone for Ac12WrChkbusyEn
Source§fn clone(&self) -> Ac12WrChkbusyEn
fn clone(&self) -> Ac12WrChkbusyEn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ac12WrChkbusyEn
impl Debug for Ac12WrChkbusyEn
Source§impl From<Ac12WrChkbusyEn> for u8
impl From<Ac12WrChkbusyEn> for u8
Source§fn from(val: Ac12WrChkbusyEn) -> u8
fn from(val: Ac12WrChkbusyEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ac12WrChkbusyEn
impl From<u8> for Ac12WrChkbusyEn
Source§fn from(val: u8) -> Ac12WrChkbusyEn
fn from(val: u8) -> Ac12WrChkbusyEn
Converts to this type from the input type.
Source§impl Ord for Ac12WrChkbusyEn
impl Ord for Ac12WrChkbusyEn
Source§fn cmp(&self, other: &Ac12WrChkbusyEn) -> Ordering
fn cmp(&self, other: &Ac12WrChkbusyEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Ac12WrChkbusyEn
impl PartialEq for Ac12WrChkbusyEn
Source§impl PartialOrd for Ac12WrChkbusyEn
impl PartialOrd for Ac12WrChkbusyEn
impl Copy for Ac12WrChkbusyEn
impl Eq for Ac12WrChkbusyEn
impl StructuralPartialEq for Ac12WrChkbusyEn
Auto Trait Implementations§
impl Freeze for Ac12WrChkbusyEn
impl RefUnwindSafe for Ac12WrChkbusyEn
impl Send for Ac12WrChkbusyEn
impl Sync for Ac12WrChkbusyEn
impl Unpin for Ac12WrChkbusyEn
impl UnwindSafe for Ac12WrChkbusyEn
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more