Enum atsamd_hal::nvm::EraseGranularity
source · [−]pub enum EraseGranularity {
Block,
Page,
}
Expand description
Data erased per command
Variants
Block
One block. This erase type is supported by main memory
Page
One page. This erase type is supported for the AUX memory
Trait Implementations
sourceimpl Clone for EraseGranularity
impl Clone for EraseGranularity
sourcefn clone(&self) -> EraseGranularity
fn clone(&self) -> EraseGranularity
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EraseGranularity
impl Debug for EraseGranularity
impl Copy for EraseGranularity
Auto Trait Implementations
impl RefUnwindSafe for EraseGranularity
impl Send for EraseGranularity
impl Sync for EraseGranularity
impl Unpin for EraseGranularity
impl UnwindSafe for EraseGranularity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more