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