#[repr(u8)]pub enum Icr2Irqs {
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 Icr2Irqs
impl Ord for Icr2Irqs
Source§impl PartialOrd for Icr2Irqs
impl PartialOrd for Icr2Irqs
impl Copy for Icr2Irqs
impl Eq for Icr2Irqs
impl StructuralPartialEq for Icr2Irqs
Auto Trait Implementations§
impl Freeze for Icr2Irqs
impl RefUnwindSafe for Icr2Irqs
impl Send for Icr2Irqs
impl Sync for Icr2Irqs
impl Unpin for Icr2Irqs
impl UnwindSafe for Icr2Irqs
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