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