Struct Seccfgr1
#[repr(transparent)]pub struct Seccfgr1(pub u32);Expand description
EXTI security configuration register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Seccfgr1
impl Eq for Seccfgr1
impl StructuralPartialEq for Seccfgr1
Auto Trait Implementations§
impl Freeze for Seccfgr1
impl RefUnwindSafe for Seccfgr1
impl Send for Seccfgr1
impl Sync for Seccfgr1
impl Unpin for Seccfgr1
impl UnwindSafe for Seccfgr1
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