pub enum TxDuplex {}
Expand description
Marker type representing a the Tx half of a Duplex
UART
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxDuplex
impl RefUnwindSafe for TxDuplex
impl Send for TxDuplex
impl Sync for TxDuplex
impl Unpin for TxDuplex
impl UnwindSafe for TxDuplex
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