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