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