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