#[repr(u8)]pub enum StatIrq {
IRQ_0 = 0,
IRQ_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for StatIrq
impl Ord for StatIrq
Source§impl PartialOrd for StatIrq
impl PartialOrd for StatIrq
impl Copy for StatIrq
impl Eq for StatIrq
impl StructuralPartialEq for StatIrq
Auto Trait Implementations§
impl Freeze for StatIrq
impl RefUnwindSafe for StatIrq
impl Send for StatIrq
impl Sync for StatIrq
impl Unpin for StatIrq
impl UnwindSafe for StatIrq
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