Enum stm32f4xx_hal::pac::sdio::sta::DTIMEOUT_A
source · [−]pub enum DTIMEOUT_A {
NoTimeout,
Timeout,
}
Expand description
Data timeout
Value on reset: 0
Variants
NoTimeout
0: No data timeout
Timeout
1: Data timeout
Trait Implementations
sourceimpl Clone for DTIMEOUT_A
impl Clone for DTIMEOUT_A
sourcefn clone(&self) -> DTIMEOUT_A
fn clone(&self) -> DTIMEOUT_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 DTIMEOUT_A
impl Debug for DTIMEOUT_A
sourceimpl PartialEq<DTIMEOUT_A> for DTIMEOUT_A
impl PartialEq<DTIMEOUT_A> for DTIMEOUT_A
sourcefn eq(&self, other: &DTIMEOUT_A) -> bool
fn eq(&self, other: &DTIMEOUT_A) -> bool
impl Copy for DTIMEOUT_A
impl StructuralPartialEq for DTIMEOUT_A
Auto Trait Implementations
impl RefUnwindSafe for DTIMEOUT_A
impl Send for DTIMEOUT_A
impl Sync for DTIMEOUT_A
impl Unpin for DTIMEOUT_A
impl UnwindSafe for DTIMEOUT_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