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