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