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