Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_HBAPORT_PROP
#[repr(C)]pub struct VDS_HBAPORT_PROP {
pub id: GUID,
pub wwnNode: VDS_WWN,
pub wwnPort: VDS_WWN,
pub type: VDS_HBAPORT_TYPE,
pub status: VDS_HBAPORT_STATUS,
pub ulPortSpeed: u32,
pub ulSupportedPortSpeed: u32,
}Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields§
§id: GUID§wwnNode: VDS_WWN§wwnPort: VDS_WWN§type: VDS_HBAPORT_TYPE§status: VDS_HBAPORT_STATUS§ulPortSpeed: u32§ulSupportedPortSpeed: u32