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