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