#[repr(transparent)]pub struct Icns(pub u32);Expand description
Interrupt Control Nonsecure
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Icns
impl Eq for Icns
impl StructuralPartialEq for Icns
Auto Trait Implementations§
impl Freeze for Icns
impl RefUnwindSafe for Icns
impl Send for Icns
impl Sync for Icns
impl Unpin for Icns
impl UnwindSafe for Icns
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