Struct stm32_metapac::metadata::FlashSettings
pub struct FlashSettings {
pub erase_size: u32,
pub write_size: u32,
pub erase_value: u8,
}
Fields§
§erase_size: u32
§write_size: u32
§erase_value: u8
Trait Implementations§
§impl Clone for FlashSettings
impl Clone for FlashSettings
§fn clone(&self) -> FlashSettings
fn clone(&self) -> FlashSettings
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 more§impl Debug for FlashSettings
impl Debug for FlashSettings
§impl PartialEq for FlashSettings
impl PartialEq for FlashSettings
§fn eq(&self, other: &FlashSettings) -> bool
fn eq(&self, other: &FlashSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FlashSettings
impl StructuralEq for FlashSettings
impl StructuralPartialEq for FlashSettings
Auto Trait Implementations§
impl RefUnwindSafe for FlashSettings
impl Send for FlashSettings
impl Sync for FlashSettings
impl Unpin for FlashSettings
impl UnwindSafe for FlashSettings
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