Enum stm32f4xx_hal::pac::sdio::sta::CEATAEND_A
source · [−]pub enum CEATAEND_A {
NotReceived,
Received,
}
Expand description
CE-ATA command completion signal received for CMD61
Value on reset: 0
Variants
NotReceived
0: Completion signal not received
Received
1: CE-ATA command completion signal received for CMD61
Trait Implementations
sourceimpl Clone for CEATAEND_A
impl Clone for CEATAEND_A
sourcefn clone(&self) -> CEATAEND_A
fn clone(&self) -> CEATAEND_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 CEATAEND_A
impl Debug for CEATAEND_A
sourceimpl PartialEq<CEATAEND_A> for CEATAEND_A
impl PartialEq<CEATAEND_A> for CEATAEND_A
sourcefn eq(&self, other: &CEATAEND_A) -> bool
fn eq(&self, other: &CEATAEND_A) -> bool
impl Copy for CEATAEND_A
impl StructuralPartialEq for CEATAEND_A
Auto Trait Implementations
impl RefUnwindSafe for CEATAEND_A
impl Send for CEATAEND_A
impl Sync for CEATAEND_A
impl Unpin for CEATAEND_A
impl UnwindSafe for CEATAEND_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