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