Enum stm32f4xx_hal::pac::sdio::sta::CCRCFAIL_A
source · [−]pub enum CCRCFAIL_A {
NotFailed,
Failed,
}
Expand description
Command response received (CRC check failed)
Value on reset: 0
Variants
NotFailed
0: Command response received, crc check passed
Failed
1: Command response received, crc check failed
Trait Implementations
sourceimpl Clone for CCRCFAIL_A
impl Clone for CCRCFAIL_A
sourcefn clone(&self) -> CCRCFAIL_A
fn clone(&self) -> CCRCFAIL_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 CCRCFAIL_A
impl Debug for CCRCFAIL_A
sourceimpl PartialEq<CCRCFAIL_A> for CCRCFAIL_A
impl PartialEq<CCRCFAIL_A> for CCRCFAIL_A
sourcefn eq(&self, other: &CCRCFAIL_A) -> bool
fn eq(&self, other: &CCRCFAIL_A) -> bool
impl Copy for CCRCFAIL_A
impl StructuralPartialEq for CCRCFAIL_A
Auto Trait Implementations
impl RefUnwindSafe for CCRCFAIL_A
impl Send for CCRCFAIL_A
impl Sync for CCRCFAIL_A
impl Unpin for CCRCFAIL_A
impl UnwindSafe for CCRCFAIL_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