Enum stm32f4xx_hal::pac::sdio::sta::TXUNDERR_A
source · [−]pub enum TXUNDERR_A {
NoUnderrun,
Underrun,
}
Expand description
Transmit FIFO underrun error
Value on reset: 0
Variants
NoUnderrun
0: No transmit FIFO underrun error
Underrun
1: Transmit FIFO underrun error
Trait Implementations
sourceimpl Clone for TXUNDERR_A
impl Clone for TXUNDERR_A
sourcefn clone(&self) -> TXUNDERR_A
fn clone(&self) -> TXUNDERR_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 TXUNDERR_A
impl Debug for TXUNDERR_A
sourceimpl PartialEq<TXUNDERR_A> for TXUNDERR_A
impl PartialEq<TXUNDERR_A> for TXUNDERR_A
sourcefn eq(&self, other: &TXUNDERR_A) -> bool
fn eq(&self, other: &TXUNDERR_A) -> bool
impl Copy for TXUNDERR_A
impl StructuralPartialEq for TXUNDERR_A
Auto Trait Implementations
impl RefUnwindSafe for TXUNDERR_A
impl Send for TXUNDERR_A
impl Sync for TXUNDERR_A
impl Unpin for TXUNDERR_A
impl UnwindSafe for TXUNDERR_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