ACPI_STATISTICS

Type Alias ACPI_STATISTICS 

Source
pub type ACPI_STATISTICS = Struct_acpi_statistics;

Aliased Type§

#[repr(C)]
pub struct ACPI_STATISTICS { pub SciCount: i32, pub GpeCount: i32, pub FixedEventCount: [i32; 5], pub MethodCount: i32, }

Fields§

§SciCount: i32§GpeCount: i32§FixedEventCount: [i32; 5]§MethodCount: i32