Type Alias PHYSICAL_ELEMENT_STATUS_DESCRIPTOR

Source
pub type PHYSICAL_ELEMENT_STATUS_DESCRIPTOR = _PHYSICAL_ELEMENT_STATUS_DESCRIPTOR;

Aliased Type§

struct PHYSICAL_ELEMENT_STATUS_DESCRIPTOR {
    pub Version: u32,
    pub Size: u32,
    pub ElementIdentifier: u32,
    pub PhysicalElementType: u8,
    pub PhysicalElementHealth: u8,
    pub Reserved1: [u8; 2],
    pub AssociatedCapacity: u64,
    pub Reserved2: [u32; 4],
}

Fields§

§Version: u32§Size: u32§ElementIdentifier: u32§PhysicalElementType: u8§PhysicalElementHealth: u8§Reserved1: [u8; 2]§AssociatedCapacity: u64§Reserved2: [u32; 4]