pub enum TXUNDERR_A {
NoUnderrun = 0,
Underrun = 1,
}
Expand description
Transmit FIFO underrun error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for TXUNDERR_A
impl Clone for TXUNDERR_A
Source§fn clone(&self) -> TXUNDERR_A
fn clone(&self) -> TXUNDERR_A
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 TXUNDERR_A
impl Debug for TXUNDERR_A
Source§impl PartialEq for TXUNDERR_A
impl PartialEq for TXUNDERR_A
impl Copy for TXUNDERR_A
impl StructuralPartialEq for TXUNDERR_A
Auto Trait Implementations§
impl Freeze for TXUNDERR_A
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§
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