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