Struct stm32_hal2::pac::LPUART1
source · pub struct LPUART1 { /* private fields */ }
Expand description
LPUART1
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LPUART1
impl !Sync for LPUART1
impl Unpin for LPUART1
impl UnwindSafe for LPUART1
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