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