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