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