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