pub enum TxDuplex {}
Expand description
Marker type representing a the Tx half of a Duplex
UART
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TxDuplex
impl Send for TxDuplex
impl Sync for TxDuplex
impl Unpin for TxDuplex
impl UnwindSafe for TxDuplex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more