pub struct Irq(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for Irq
impl Ord for Irq
Source§impl PartialOrd for Irq
impl PartialOrd for Irq
impl Copy for Irq
impl Eq for Irq
impl StructuralPartialEq for Irq
Auto Trait Implementations§
impl Freeze for Irq
impl RefUnwindSafe for Irq
impl Send for Irq
impl Sync for Irq
impl Unpin for Irq
impl UnwindSafe for Irq
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