#[repr(C)]
pub struct CREATE_VIRTUAL_DISK_PARAMETERS_0_3 {
Show 15 fields pub UniqueId: GUID, pub MaximumSize: u64, pub BlockSizeInBytes: u32, pub SectorSizeInBytes: u32, pub PhysicalSectorSizeInBytes: u32, pub ParentPath: PCWSTR, pub SourcePath: PCWSTR, pub OpenFlags: OPEN_VIRTUAL_DISK_FLAG, pub ParentVirtualStorageType: VIRTUAL_STORAGE_TYPE, pub SourceVirtualStorageType: VIRTUAL_STORAGE_TYPE, pub ResiliencyGuid: GUID, pub SourceLimitPath: PCWSTR, pub BackingStorageType: VIRTUAL_STORAGE_TYPE, pub PmemAddressAbstractionType: GUID, pub DataAlignment: u64,
}
Expand description

Required features: "Win32_Storage_Vhd"

Fields

UniqueId: GUIDMaximumSize: u64BlockSizeInBytes: u32SectorSizeInBytes: u32PhysicalSectorSizeInBytes: u32ParentPath: PCWSTRSourcePath: PCWSTROpenFlags: OPEN_VIRTUAL_DISK_FLAGParentVirtualStorageType: VIRTUAL_STORAGE_TYPESourceVirtualStorageType: VIRTUAL_STORAGE_TYPEResiliencyGuid: GUIDSourceLimitPath: PCWSTRBackingStorageType: VIRTUAL_STORAGE_TYPEPmemAddressAbstractionType: GUIDDataAlignment: 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.