#[repr(u8)]pub enum StatSetIrq {
IRQ_0 = 0,
IRQ_1 = 1,
}Variants§
Implementations§
Source§impl StatSetIrq
impl StatSetIrq
Trait Implementations§
Source§impl Clone for StatSetIrq
impl Clone for StatSetIrq
Source§fn clone(&self) -> StatSetIrq
fn clone(&self) -> StatSetIrq
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatSetIrq
impl Debug for StatSetIrq
Source§impl From<StatSetIrq> for u8
impl From<StatSetIrq> for u8
Source§fn from(val: StatSetIrq) -> u8
fn from(val: StatSetIrq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StatSetIrq
impl From<u8> for StatSetIrq
Source§fn from(val: u8) -> StatSetIrq
fn from(val: u8) -> StatSetIrq
Converts to this type from the input type.
Source§impl Ord for StatSetIrq
impl Ord for StatSetIrq
Source§fn cmp(&self, other: &StatSetIrq) -> Ordering
fn cmp(&self, other: &StatSetIrq) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StatSetIrq
impl PartialEq for StatSetIrq
Source§impl PartialOrd for StatSetIrq
impl PartialOrd for StatSetIrq
impl Copy for StatSetIrq
impl Eq for StatSetIrq
impl StructuralPartialEq for StatSetIrq
Auto Trait Implementations§
impl Freeze for StatSetIrq
impl RefUnwindSafe for StatSetIrq
impl Send for StatSetIrq
impl Sync for StatSetIrq
impl Unpin for StatSetIrq
impl UnwindSafe for StatSetIrq
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