Type Alias PHYSICAL_ELEMENT_STATUS

Source
pub type PHYSICAL_ELEMENT_STATUS = _PHYSICAL_ELEMENT_STATUS;

Aliased Type§

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],
}

Fields§

§Version: u32§Size: u32§DescriptorCount: u32§ReturnedDescriptorCount: u32§ElementIdentifierBeingDepoped: u32§Reserved: u32§Descriptors: [_PHYSICAL_ELEMENT_STATUS_DESCRIPTOR; 1]