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