#[repr(C)]pub struct EraseData {
pub byte_count: u16,
}Expand description
Typed Erase request data.
Fields§
§byte_count: u16Number of bytes to erase (must be aligned to erase size).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EraseData
impl RefUnwindSafe for EraseData
impl Send for EraseData
impl Sync for EraseData
impl Unpin for EraseData
impl UnsafeUnpin for EraseData
impl UnwindSafe for EraseData
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