#[repr(C)]pub struct STORAGE_DEVICE_RESILIENCY_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub NameOffset: u32,
pub NumberOfLogicalCopies: u32,
pub NumberOfPhysicalCopies: u32,
pub PhysicalDiskRedundancy: u32,
pub NumberOfColumns: u32,
pub Interleave: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§NameOffset: u32
§NumberOfLogicalCopies: u32
§NumberOfPhysicalCopies: u32
§PhysicalDiskRedundancy: u32
§NumberOfColumns: u32
§Interleave: u32