#[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
Trait Implementations
impl Copy for STORAGE_DEVICE_RESILIENCY_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_DEVICE_RESILIENCY_DESCRIPTOR
impl Send for STORAGE_DEVICE_RESILIENCY_DESCRIPTOR
impl Sync for STORAGE_DEVICE_RESILIENCY_DESCRIPTOR
impl Unpin for STORAGE_DEVICE_RESILIENCY_DESCRIPTOR
impl UnwindSafe for STORAGE_DEVICE_RESILIENCY_DESCRIPTOR
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