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