Struct windows_sys::Win32::System::Ioctl::STORAGE_PHYSICAL_ADAPTER_DATA
#[repr(C)]pub struct STORAGE_PHYSICAL_ADAPTER_DATA {
pub AdapterId: u32,
pub HealthStatus: STORAGE_COMPONENT_HEALTH_STATUS,
pub CommandProtocol: STORAGE_PROTOCOL_TYPE,
pub SpecVersion: STORAGE_SPEC_VERSION,
pub Vendor: [u8; 8],
pub Model: [u8; 40],
pub FirmwareRevision: [u8; 16],
pub PhysicalLocation: [u8; 32],
pub ExpanderConnected: BOOLEAN,
pub Reserved0: [u8; 3],
pub Reserved1: [u32; 3],
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields§
§AdapterId: u32
§HealthStatus: STORAGE_COMPONENT_HEALTH_STATUS
§CommandProtocol: STORAGE_PROTOCOL_TYPE
§SpecVersion: STORAGE_SPEC_VERSION
§Vendor: [u8; 8]
§Model: [u8; 40]
§FirmwareRevision: [u8; 16]
§PhysicalLocation: [u8; 32]
§ExpanderConnected: BOOLEAN
§Reserved0: [u8; 3]
§Reserved1: [u32; 3]