pub struct UartTx1 { /* private fields */ }Trait Implementations§
impl UartPeripheral for UartTx1
impl UartTxPeripheral for UartTx1
Auto Trait Implementations§
impl Freeze for UartTx1
impl RefUnwindSafe for UartTx1
impl Send for UartTx1
impl Sync for UartTx1
impl Unpin for UartTx1
impl UnsafeUnpin for UartTx1
impl UnwindSafe for UartTx1
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