pub enum DisFlashSpec {
Enable = 0,
Disable = 1,
}Expand description
Flash speculation control
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for DisFlashSpec
impl Clone for DisFlashSpec
Source§fn clone(&self) -> DisFlashSpec
fn clone(&self) -> DisFlashSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisFlashSpec
Source§impl Debug for DisFlashSpec
impl Debug for DisFlashSpec
impl Eq for DisFlashSpec
Source§impl From<DisFlashSpec> for bool
impl From<DisFlashSpec> for bool
Source§fn from(variant: DisFlashSpec) -> Self
fn from(variant: DisFlashSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisFlashSpec
impl PartialEq for DisFlashSpec
Source§fn eq(&self, other: &DisFlashSpec) -> bool
fn eq(&self, other: &DisFlashSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisFlashSpec
Auto Trait Implementations§
impl Freeze for DisFlashSpec
impl RefUnwindSafe for DisFlashSpec
impl Send for DisFlashSpec
impl Sync for DisFlashSpec
impl Unpin for DisFlashSpec
impl UnsafeUnpin for DisFlashSpec
impl UnwindSafe for DisFlashSpec
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