#[repr(u8)]pub enum Rtf {
NO_EFFECT = 0,
TXFIFO_RST = 1,
}Variants§
NO_EFFECT = 0
No effect.
TXFIFO_RST = 1
Reset the Transmit FIFO. The register bit always reads zero.
Implementations§
Trait Implementations§
Source§impl Ord for Rtf
impl Ord for Rtf
Source§impl PartialOrd for Rtf
impl PartialOrd for Rtf
impl Copy for Rtf
impl Eq for Rtf
impl StructuralPartialEq for Rtf
Auto Trait Implementations§
impl Freeze for Rtf
impl RefUnwindSafe for Rtf
impl Send for Rtf
impl Sync for Rtf
impl Unpin for Rtf
impl UnwindSafe for Rtf
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