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