#[repr(transparent)]pub struct Lpuart(pub u32);Expand description
LPUART0 trigger input connections
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Lpuart
impl Eq for Lpuart
impl StructuralPartialEq for Lpuart
Auto Trait Implementations§
impl Freeze for Lpuart
impl RefUnwindSafe for Lpuart
impl Send 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