pub struct UART3 { /* private fields */ }Expand description
Universal Asynchronous Receiver Transmitter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UART3
impl RefUnwindSafe 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