#[repr(transparent)]pub struct Sm3inten(pub u16);Expand description
Interrupt Enable Register
Tuple Fields§
§0: u16Implementations§
Source§impl Sm3inten
impl Sm3inten
Sourcepub const fn cmpie(&self) -> Sm3intenCmpie
pub const fn cmpie(&self) -> Sm3intenCmpie
Compare Interrupt Enables
Sourcepub const fn set_cmpie(&mut self, val: Sm3intenCmpie)
pub const fn set_cmpie(&mut self, val: Sm3intenCmpie)
Compare Interrupt Enables
Trait Implementations§
impl Copy for Sm3inten
impl Eq for Sm3inten
impl StructuralPartialEq for Sm3inten
Auto Trait Implementations§
impl Freeze for Sm3inten
impl RefUnwindSafe for Sm3inten
impl Send for Sm3inten
impl Sync for Sm3inten
impl Unpin for Sm3inten
impl UnwindSafe for Sm3inten
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