pub struct UART_W<'a, const O: usize> { /* private fields */ }
Expand description
Fields uart(0-5)
const generic writer - Universal asynchronous transmitter/receiver reset
Implementations
Auto Trait Implementations
impl<'a, const O: usize> RefUnwindSafe for UART_W<'a, O>
impl<'a, const O: usize> Send for UART_W<'a, O>
impl<'a, const O: usize> Sync for UART_W<'a, O>
impl<'a, const O: usize> Unpin for UART_W<'a, O>
impl<'a, const O: usize> !UnwindSafe for UART_W<'a, O>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more