Struct stm32_metapac::exti::regs::Lines
#[repr(transparent)]pub struct Lines(pub u32);
Expand description
EXTI lines register, 1 bit per line
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Lines
impl Eq for Lines
impl StructuralPartialEq for Lines
Auto Trait Implementations§
impl Freeze for Lines
impl RefUnwindSafe for Lines
impl Send for Lines
impl Sync for Lines
impl Unpin for Lines
impl UnwindSafe for Lines
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