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