#[repr(u8)]pub enum StatTogIrq {
IRQ_0 = 0,
IRQ_1 = 1,
}Variants§
Implementations§
Source§impl StatTogIrq
impl StatTogIrq
Trait Implementations§
Source§impl Clone for StatTogIrq
impl Clone for StatTogIrq
Source§fn clone(&self) -> StatTogIrq
fn clone(&self) -> StatTogIrq
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 StatTogIrq
impl Debug for StatTogIrq
Source§impl From<StatTogIrq> for u8
impl From<StatTogIrq> for u8
Source§fn from(val: StatTogIrq) -> u8
fn from(val: StatTogIrq) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StatTogIrq
impl From<u8> for StatTogIrq
Source§fn from(val: u8) -> StatTogIrq
fn from(val: u8) -> StatTogIrq
Converts to this type from the input type.
Source§impl Ord for StatTogIrq
impl Ord for StatTogIrq
Source§fn cmp(&self, other: &StatTogIrq) -> Ordering
fn cmp(&self, other: &StatTogIrq) -> 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 StatTogIrq
impl PartialEq for StatTogIrq
Source§impl PartialOrd for StatTogIrq
impl PartialOrd for StatTogIrq
impl Copy for StatTogIrq
impl Eq for StatTogIrq
impl StructuralPartialEq for StatTogIrq
Auto Trait Implementations§
impl Freeze for StatTogIrq
impl RefUnwindSafe for StatTogIrq
impl Send for StatTogIrq
impl Sync for StatTogIrq
impl Unpin for StatTogIrq
impl UnwindSafe for StatTogIrq
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