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