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