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