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