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