#[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: u64ullExpectedMaximumSize: u64ulOptimalReadSize: u32ulOptimalReadAlignment: u32ulOptimalWriteSize: u32ulOptimalWriteAlignment: u32ulMaximumDriveCount: u32ulStripeSize: u32ulReserved1: u32ulReserved2: u32ulReserved3: u32bFastCrashRecoveryRequired: BOOLbMostlyReads: BOOLbOptimizeForSequentialReads: BOOLbOptimizeForSequentialWrites: BOOLbRemapEnabled: BOOLbReadBackVerifyEnabled: BOOLbWriteThroughCachingEnabled: BOOLbHardwareChecksumEnabled: BOOLbIsYankable: BOOLbAllocateHotSpare: BOOLbUseMirroredCache: BOOLbReadCachingEnabled: BOOLbWriteCachingEnabled: BOOLbMediaScanEnabled: BOOLbConsistencyCheckEnabled: BOOLBusType: VDS_STORAGE_BUS_TYPEbReserved1: BOOLbReserved2: BOOLbReserved3: BOOLsRebuildPriority: 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.