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