pub struct LPUART { /* private fields */ }
Expand description
Universal synchronous asynchronous receiver transmitter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LPUART
impl RefUnwindSafe for LPUART
impl !Sync for LPUART
impl Unpin for LPUART
impl UnwindSafe for LPUART
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