#[repr(C)]
pub struct VDS_HINTS2 {
Show 31 fields pub ullHintMask: u64, pub ullExpectedMaximumSize: u64, pub ulOptimalReadSize: u32, pub ulOptimalReadAlignment: u32, pub ulOptimalWriteSize: u32, pub ulOptimalWriteAlignment: u32, pub ulMaximumDriveCount: u32, pub ulStripeSize: u32, pub ulReserved1: u32, pub ulReserved2: u32, pub ulReserved3: u32, pub bFastCrashRecoveryRequired: BOOL, pub bMostlyReads: BOOL, pub bOptimizeForSequentialReads: BOOL, pub bOptimizeForSequentialWrites: BOOL, pub bRemapEnabled: BOOL, pub bReadBackVerifyEnabled: BOOL, pub bWriteThroughCachingEnabled: BOOL, pub bHardwareChecksumEnabled: BOOL, pub bIsYankable: BOOL, pub bAllocateHotSpare: BOOL, pub bUseMirroredCache: BOOL, pub bReadCachingEnabled: BOOL, pub bWriteCachingEnabled: BOOL, pub bMediaScanEnabled: BOOL, pub bConsistencyCheckEnabled: BOOL, pub BusType: VDS_STORAGE_BUS_TYPE, pub bReserved1: BOOL, pub bReserved2: BOOL, pub bReserved3: BOOL, pub sRebuildPriority: i16,
}
Expand description

Required features: "Win32_Storage_VirtualDiskService", "Win32_Foundation"

Fields§

§ullHintMask: u64§ullExpectedMaximumSize: u64§ulOptimalReadSize: u32§ulOptimalReadAlignment: u32§ulOptimalWriteSize: u32§ulOptimalWriteAlignment: u32§ulMaximumDriveCount: u32§ulStripeSize: u32§ulReserved1: u32§ulReserved2: u32§ulReserved3: u32§bFastCrashRecoveryRequired: BOOL§bMostlyReads: BOOL§bOptimizeForSequentialReads: BOOL§bOptimizeForSequentialWrites: BOOL§bRemapEnabled: BOOL§bReadBackVerifyEnabled: BOOL§bWriteThroughCachingEnabled: BOOL§bHardwareChecksumEnabled: BOOL§bIsYankable: BOOL§bAllocateHotSpare: BOOL§bUseMirroredCache: BOOL§bReadCachingEnabled: BOOL§bWriteCachingEnabled: BOOL§bMediaScanEnabled: BOOL§bConsistencyCheckEnabled: BOOL§BusType: VDS_STORAGE_BUS_TYPE§bReserved1: BOOL§bReserved2: BOOL§bReserved3: BOOL§sRebuildPriority: i16

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.