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