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