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