#[repr(transparent)]pub struct HwIrq(pub u32);Expand description
Hardware interrupt line number within an IRQ domain.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for HwIrq
impl Eq for HwIrq
Source§impl Ord for HwIrq
impl Ord for HwIrq
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 HwIrq
impl PartialOrd for HwIrq
impl StructuralPartialEq for HwIrq
Auto Trait Implementations§
impl Freeze for HwIrq
impl RefUnwindSafe for HwIrq
impl Send for HwIrq
impl Sync for HwIrq
impl Unpin for HwIrq
impl UnsafeUnpin for HwIrq
impl UnwindSafe for HwIrq
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