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