pub struct Serial<UART, RxPin, TxPin> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<U, RxPin, TxPin> Write for Serial<U, RxPin, TxPin>
impl<U, RxPin, TxPin> Write for Serial<U, RxPin, TxPin>
Auto Trait Implementations§
impl<UART, RxPin, TxPin> Freeze for Serial<UART, RxPin, TxPin>
impl<UART, RxPin, TxPin> RefUnwindSafe for Serial<UART, RxPin, TxPin>
impl<UART, RxPin, TxPin> Send for Serial<UART, RxPin, TxPin>
impl<UART, RxPin, TxPin> Sync for Serial<UART, RxPin, TxPin>
impl<UART, RxPin, TxPin> Unpin for Serial<UART, RxPin, TxPin>
impl<UART, RxPin, TxPin> UnwindSafe for Serial<UART, RxPin, TxPin>
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