pub struct IrqNumber(pub usize);Expand description
A platform IRQ number.
Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for IrqNumber
impl Eq for IrqNumber
Source§impl Ord for IrqNumber
impl Ord for IrqNumber
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IrqNumber
impl PartialOrd for IrqNumber
impl StructuralPartialEq for IrqNumber
Auto Trait Implementations§
impl Freeze for IrqNumber
impl RefUnwindSafe for IrqNumber
impl Send for IrqNumber
impl Sync for IrqNumber
impl Unpin for IrqNumber
impl UnsafeUnpin for IrqNumber
impl UnwindSafe for IrqNumber
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