pub struct Rx<UART> { /* private fields */ }Expand description
Serial receiver
Trait Implementations§
Auto Trait Implementations§
impl<UART> Freeze for Rx<UART>
impl<UART> RefUnwindSafe for Rx<UART>where
UART: RefUnwindSafe,
impl<UART> Send for Rx<UART>where
UART: Send,
impl<UART> Sync for Rx<UART>where
UART: Sync,
impl<UART> Unpin for Rx<UART>where
UART: Unpin,
impl<UART> UnwindSafe for Rx<UART>where
UART: UnwindSafe,
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