#[repr(C)]
pub struct STORAGE_QUERY_DEPENDENT_VOLUME_LEV2_ENTRY {
Show 13 fields pub EntryLength: u32, pub DependencyTypeFlags: u32, pub ProviderSpecificFlags: u32, pub VirtualStorageType: VIRTUAL_STORAGE_TYPE, pub AncestorLevel: u32, pub HostVolumeNameOffset: u32, pub HostVolumeNameSize: u32, pub DependentVolumeNameOffset: u32, pub DependentVolumeNameSize: u32, pub RelativePathOffset: u32, pub RelativePathSize: u32, pub DependentDeviceNameOffset: u32, pub DependentDeviceNameSize: u32,
}
Expand description

Required features: "Win32_System_Ioctl", "Win32_Storage_Vhd"

Fields

EntryLength: u32DependencyTypeFlags: u32ProviderSpecificFlags: u32VirtualStorageType: VIRTUAL_STORAGE_TYPEAncestorLevel: u32HostVolumeNameOffset: u32HostVolumeNameSize: u32DependentVolumeNameOffset: u32DependentVolumeNameSize: u32RelativePathOffset: u32RelativePathSize: u32DependentDeviceNameOffset: u32DependentDeviceNameSize: u32

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.