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