Enum nrf52832::nvmc::FlashState
source · pub enum FlashState {
Ready,
Read,
Write,
Erase,
}
Expand description
FlashState is used to track the current state and command of the flash.
Variants§
Trait Implementations§
source§impl Clone for FlashState
impl Clone for FlashState
source§fn clone(&self) -> FlashState
fn clone(&self) -> FlashState
Returns a copy 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 PartialEq for FlashState
impl PartialEq for FlashState
source§fn eq(&self, other: &FlashState) -> bool
fn eq(&self, other: &FlashState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FlashState
impl StructuralPartialEq for FlashState
Auto Trait Implementations§
impl Freeze for FlashState
impl RefUnwindSafe for FlashState
impl Send for FlashState
impl Sync for FlashState
impl Unpin for FlashState
impl UnwindSafe for FlashState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)