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