#[repr(u8)]pub enum Icr11Irqs {
IRQS0 = 0,
IRQS1 = 1,
}Variants§
IRQS0 = 0
Interrupt, trigger output, or DMA request 0
IRQS1 = 1
Interrupt, trigger output, or DMA request 1
Implementations§
Trait Implementations§
Source§impl Ord for Icr11Irqs
impl Ord for Icr11Irqs
Source§impl PartialOrd for Icr11Irqs
impl PartialOrd for Icr11Irqs
impl Copy for Icr11Irqs
impl Eq for Icr11Irqs
impl StructuralPartialEq for Icr11Irqs
Auto Trait Implementations§
impl Freeze for Icr11Irqs
impl RefUnwindSafe for Icr11Irqs
impl Send for Icr11Irqs
impl Sync for Icr11Irqs
impl Unpin for Icr11Irqs
impl UnwindSafe for Icr11Irqs
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