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