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