pub struct Serial<TX, RX, USART, PINS>{ /* private fields */ }Expand description
USART peripheral operating as serial
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<TX, RX, USART, PINS> Freeze for Serial<TX, RX, USART, PINS>
impl<TX, RX, USART, PINS> RefUnwindSafe for Serial<TX, RX, USART, PINS>
impl<TX, RX, USART, PINS> Send for Serial<TX, RX, USART, PINS>
impl<TX, RX, USART, PINS> Sync for Serial<TX, RX, USART, PINS>
impl<TX, RX, USART, PINS> Unpin for Serial<TX, RX, USART, PINS>
impl<TX, RX, USART, PINS> UnwindSafe for Serial<TX, RX, USART, PINS>
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