pub struct UART1 { /* private fields */ }Expand description
UART1 peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for UART1
impl Freeze for UART1
impl RefUnwindSafe for UART1
impl Unpin for UART1
impl UnsafeUnpin 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