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