pub struct RealInterruptKind;
Trait Implementations§
Source§impl Debug for RealInterruptKind
impl Debug for RealInterruptKind
Source§impl Hash for RealInterruptKind
impl Hash for RealInterruptKind
Source§impl Ord for RealInterruptKind
impl Ord for RealInterruptKind
Source§fn cmp(&self, other: &RealInterruptKind) -> Ordering
fn cmp(&self, other: &RealInterruptKind) -> Ordering
1.21.0 · 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 PartialEq for RealInterruptKind
impl PartialEq for RealInterruptKind
Source§impl PartialOrd for RealInterruptKind
impl PartialOrd for RealInterruptKind
impl Eq for RealInterruptKind
impl InterruptKind for RealInterruptKind
impl StructuralPartialEq for RealInterruptKind
Auto Trait Implementations§
impl Freeze for RealInterruptKind
impl RefUnwindSafe for RealInterruptKind
impl Send for RealInterruptKind
impl Sync for RealInterruptKind
impl Unpin for RealInterruptKind
impl UnwindSafe for RealInterruptKind
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