Struct STORAGE_ENDURANCE_INFO
#[repr(C)]pub struct STORAGE_ENDURANCE_INFO {
pub ValidFields: u32,
pub GroupId: u32,
pub Flags: STORAGE_ENDURANCE_INFO_0,
pub LifePercentage: u32,
pub BytesReadCount: [u8; 16],
pub ByteWriteCount: [u8; 16],
}
Fields§
§ValidFields: u32
§GroupId: u32
§Flags: STORAGE_ENDURANCE_INFO_0
§LifePercentage: u32
§BytesReadCount: [u8; 16]
§ByteWriteCount: [u8; 16]
Trait Implementations§
§impl Clone for STORAGE_ENDURANCE_INFO
impl Clone for STORAGE_ENDURANCE_INFO
§fn clone(&self) -> STORAGE_ENDURANCE_INFO
fn clone(&self) -> STORAGE_ENDURANCE_INFO
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 moreimpl Copy for STORAGE_ENDURANCE_INFO
Auto Trait Implementations§
impl Freeze for STORAGE_ENDURANCE_INFO
impl RefUnwindSafe for STORAGE_ENDURANCE_INFO
impl Send for STORAGE_ENDURANCE_INFO
impl Sync for STORAGE_ENDURANCE_INFO
impl Unpin for STORAGE_ENDURANCE_INFO
impl UnwindSafe for STORAGE_ENDURANCE_INFO
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