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