#[repr(C)]pub struct flash_parameters {
pub write_block_size: usize,
pub caps: flash_parameters__bindgen_ty_1,
pub erase_value: u8,
}
Expand description
Flash memory parameters. Contents of this structure suppose to be filled in during flash device initialization and stay constant through a runtime.
Fields§
§write_block_size: usize
Minimal write alignment and size
caps: flash_parameters__bindgen_ty_1
§erase_value: u8
@endcond / /* Value the device is filled in erased areas
Trait Implementations§
Auto Trait Implementations§
impl Freeze for flash_parameters
impl RefUnwindSafe for flash_parameters
impl Send for flash_parameters
impl Sync for flash_parameters
impl Unpin for flash_parameters
impl UnwindSafe for flash_parameters
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