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