#[repr(u8)]pub enum Txflush {
NO_EFFECT = 0,
TXFIFO_RST = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Txflush
impl Ord for Txflush
Source§impl PartialOrd for Txflush
impl PartialOrd for Txflush
impl Copy for Txflush
impl Eq for Txflush
impl StructuralPartialEq for Txflush
Auto Trait Implementations§
impl Freeze for Txflush
impl RefUnwindSafe for Txflush
impl Send for Txflush
impl Sync for Txflush
impl Unpin for Txflush
impl UnwindSafe for Txflush
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