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