#[repr(C)]
pub struct VDS_POOL_ATTRIBUTES {
Show 38 fields pub ullAttributeMask: u64, pub raidType: VDS_RAID_TYPE, pub busType: VDS_STORAGE_BUS_TYPE, pub pwszIntendedUsage: PWSTR, pub bSpinDown: BOOL, pub bIsThinProvisioned: BOOL, pub ullProvisionedSpace: u64, pub bNoSinglePointOfFailure: BOOL, pub ulDataRedundancyMax: u32, pub ulDataRedundancyMin: u32, pub ulDataRedundancyDefault: u32, pub ulPackageRedundancyMax: u32, pub ulPackageRedundancyMin: u32, pub ulPackageRedundancyDefault: u32, pub ulStripeSize: u32, pub ulStripeSizeMax: u32, pub ulStripeSizeMin: u32, pub ulDefaultStripeSize: u32, pub ulNumberOfColumns: u32, pub ulNumberOfColumnsMax: u32, pub ulNumberOfColumnsMin: u32, pub ulDefaultNumberofColumns: u32, pub ulDataAvailabilityHint: u32, pub ulAccessRandomnessHint: u32, pub ulAccessDirectionHint: u32, pub ulAccessSizeHint: u32, pub ulAccessLatencyHint: u32, pub ulAccessBandwidthWeightHint: u32, pub ulStorageCostHint: u32, pub ulStorageEfficiencyHint: u32, pub ulNumOfCustomAttributes: u32, pub pPoolCustomAttributes: *mut VDS_POOL_CUSTOM_ATTRIBUTES, pub bReserved1: BOOL, pub bReserved2: BOOL, pub ulReserved1: u32, pub ulReserved2: u32, pub ullReserved1: u64, pub ullReserved2: u64,
}
Expand description

Required features: "Win32_Storage_VirtualDiskService", "Win32_Foundation"

Fields

ullAttributeMask: u64raidType: VDS_RAID_TYPEbusType: VDS_STORAGE_BUS_TYPEpwszIntendedUsage: PWSTRbSpinDown: BOOLbIsThinProvisioned: BOOLullProvisionedSpace: u64bNoSinglePointOfFailure: BOOLulDataRedundancyMax: u32ulDataRedundancyMin: u32ulDataRedundancyDefault: u32ulPackageRedundancyMax: u32ulPackageRedundancyMin: u32ulPackageRedundancyDefault: u32ulStripeSize: u32ulStripeSizeMax: u32ulStripeSizeMin: u32ulDefaultStripeSize: u32ulNumberOfColumns: u32ulNumberOfColumnsMax: u32ulNumberOfColumnsMin: u32ulDefaultNumberofColumns: u32ulDataAvailabilityHint: u32ulAccessRandomnessHint: u32ulAccessDirectionHint: u32ulAccessSizeHint: u32ulAccessLatencyHint: u32ulAccessBandwidthWeightHint: u32ulStorageCostHint: u32ulStorageEfficiencyHint: u32ulNumOfCustomAttributes: u32pPoolCustomAttributes: *mut VDS_POOL_CUSTOM_ATTRIBUTESbReserved1: BOOLbReserved2: BOOLulReserved1: u32ulReserved2: u32ullReserved1: u64ullReserved2: u64

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.