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