Struct stm32wlxx_hal::uart::NoTx
source · pub struct NoTx { /* private fields */ }
Expand description
Typestate for no TX on a generic UART structure.
Trait Implementations§
source§impl PartialEq for NoTx
impl PartialEq for NoTx
impl Copy for NoTx
impl Eq for NoTx
impl StructuralEq for NoTx
impl StructuralPartialEq for NoTx
Auto Trait Implementations§
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