#[repr(u8)]pub enum Tdre {
TXDATA = 0,
NO_TXDATA = 1,
}Variants§
TXDATA = 0
Transmit FIFO level is greater than watermark.
NO_TXDATA = 1
Transmit FIFO level is equal or less than watermark.
Implementations§
Trait Implementations§
Source§impl Ord for Tdre
impl Ord for Tdre
Source§impl PartialOrd for Tdre
impl PartialOrd for Tdre
impl Copy for Tdre
impl Eq for Tdre
impl StructuralPartialEq for Tdre
Auto Trait Implementations§
impl Freeze for Tdre
impl RefUnwindSafe for Tdre
impl Send for Tdre
impl Sync for Tdre
impl Unpin for Tdre
impl UnwindSafe for Tdre
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