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]
Trait Implementations
impl Clone for STORAGE_PHYSICAL_ADAPTER_DATA
impl Clone for STORAGE_PHYSICAL_ADAPTER_DATA
impl Copy for STORAGE_PHYSICAL_ADAPTER_DATA
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PHYSICAL_ADAPTER_DATA
impl Send for STORAGE_PHYSICAL_ADAPTER_DATA
impl Sync for STORAGE_PHYSICAL_ADAPTER_DATA
impl Unpin for STORAGE_PHYSICAL_ADAPTER_DATA
impl UnwindSafe for STORAGE_PHYSICAL_ADAPTER_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more