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