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