Struct windows_sys::Win32::System::Ioctl::PHYSICAL_ELEMENT_STATUS
#[repr(C)]pub struct PHYSICAL_ELEMENT_STATUS {
pub Version: u32,
pub Size: u32,
pub DescriptorCount: u32,
pub ReturnedDescriptorCount: u32,
pub ElementIdentifierBeingDepoped: u32,
pub Reserved: u32,
pub Descriptors: [PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§DescriptorCount: u32
§ReturnedDescriptorCount: u32
§ElementIdentifierBeingDepoped: u32
§Reserved: u32
§Descriptors: [PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; 1]