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
impl Eq for FlashSettings
impl StructuralPartialEq for FlashSettings
Auto Trait Implementations§
impl Freeze for FlashSettings
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)