Enum Rtf
pub enum Rtf {
_0 = 0,
_1 = 1,
}Expand description
Reset Transmit FIFO
Value on reset: 0
Variants§
Trait Implementations§
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