Struct windows_sys::Win32::Storage::IscsiDisc::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],
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
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
impl Copy for STORAGE_ENDURANCE_INFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more