pub struct NoTx { /* private fields */ }
Expand description
Typestate for no TX on a generic UART structure.
Trait Implementations§
impl Copy for NoTx
impl Eq for NoTx
impl StructuralPartialEq for NoTx
Auto Trait Implementations§
impl Freeze for NoTx
impl RefUnwindSafe for NoTx
impl Send for NoTx
impl Sync for NoTx
impl Unpin for NoTx
impl UnwindSafe for NoTx
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