#[repr(C)]
pub struct VDS_LUN_INFORMATION {
Show 13 fields pub m_version: u32, pub m_DeviceType: u8, pub m_DeviceTypeModifier: u8, pub m_bCommandQueueing: BOOL, pub m_BusType: VDS_STORAGE_BUS_TYPE, pub m_szVendorId: *mut u8, pub m_szProductId: *mut u8, pub m_szProductRevision: *mut u8, pub m_szSerialNumber: *mut u8, pub m_diskSignature: GUID, pub m_deviceIdDescriptor: VDS_STORAGE_DEVICE_ID_DESCRIPTOR, pub m_cInterconnects: u32, pub m_rgInterconnects: *mut VDS_INTERCONNECT,
}
Expand description

Required features: "Win32_Storage_VirtualDiskService", "Win32_Foundation"

Fields

m_version: u32m_DeviceType: u8m_DeviceTypeModifier: u8m_bCommandQueueing: BOOLm_BusType: VDS_STORAGE_BUS_TYPEm_szVendorId: *mut u8m_szProductId: *mut u8m_szProductRevision: *mut u8m_szSerialNumber: *mut u8m_diskSignature: GUIDm_deviceIdDescriptor: VDS_STORAGE_DEVICE_ID_DESCRIPTORm_cInterconnects: u32m_rgInterconnects: *mut VDS_INTERCONNECT

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.