pub enum DisDataSpec {
Enable = 0,
Disable = 1,
}Expand description
Flash data speculation control
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for DisDataSpec
impl Clone for DisDataSpec
Source§fn clone(&self) -> DisDataSpec
fn clone(&self) -> DisDataSpec
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 DisDataSpec
Source§impl Debug for DisDataSpec
impl Debug for DisDataSpec
impl Eq for DisDataSpec
Source§impl From<DisDataSpec> for bool
impl From<DisDataSpec> for bool
Source§fn from(variant: DisDataSpec) -> Self
fn from(variant: DisDataSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DisDataSpec
impl PartialEq for DisDataSpec
Source§fn eq(&self, other: &DisDataSpec) -> bool
fn eq(&self, other: &DisDataSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DisDataSpec
Auto Trait Implementations§
impl Freeze for DisDataSpec
impl RefUnwindSafe for DisDataSpec
impl Send for DisDataSpec
impl Sync for DisDataSpec
impl Unpin for DisDataSpec
impl UnsafeUnpin for DisDataSpec
impl UnwindSafe for DisDataSpec
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