Type Alias PHYSICAL_ELEMENT_STATUS_REQUEST

Source
pub type PHYSICAL_ELEMENT_STATUS_REQUEST = _PHYSICAL_ELEMENT_STATUS_REQUEST;

Aliased Type§

struct PHYSICAL_ELEMENT_STATUS_REQUEST {
    pub Version: u32,
    pub Size: u32,
    pub StartingElement: u32,
    pub Filter: u8,
    pub ReportType: u8,
    pub Reserved: [u8; 2],
}

Fields§

§Version: u32§Size: u32§StartingElement: u32§Filter: u8§ReportType: u8§Reserved: [u8; 2]