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