pub struct Serial<USART, PINS> { /* private fields */ }
Expand description
Serial abstraction
Implementations§
Source§impl<TX, RX> Serial<USART1, (TX, RX)>
impl<TX, RX> Serial<USART1, (TX, RX)>
Source§impl<TX, RX> Serial<USART2, (TX, RX)>
impl<TX, RX> Serial<USART2, (TX, RX)>
Source§impl<TX, RX> Serial<USART3, (TX, RX)>
impl<TX, RX> Serial<USART3, (TX, RX)>
Auto Trait Implementations§
impl<USART, PINS> Freeze for Serial<USART, PINS>
impl<USART, PINS> RefUnwindSafe for Serial<USART, PINS>where
USART: RefUnwindSafe,
PINS: RefUnwindSafe,
impl<USART, PINS> Send for Serial<USART, PINS>
impl<USART, PINS> Sync for Serial<USART, PINS>
impl<USART, PINS> Unpin for Serial<USART, PINS>
impl<USART, PINS> UnwindSafe for Serial<USART, PINS>where
USART: 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