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