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: GUIDwwnNode: VDS_WWNwwnPort: VDS_WWNtype: VDS_HBAPORT_TYPEstatus: VDS_HBAPORT_STATUSulPortSpeed: u32ulSupportedPortSpeed: u32