#[repr(C)]pub struct Struct_acpi_statistics {
pub SciCount: UINT32,
pub GpeCount: UINT32,
pub FixedEventCount: [UINT32; 5],
pub MethodCount: UINT32,
}Fields§
§SciCount: UINT32§GpeCount: UINT32§FixedEventCount: [UINT32; 5]§MethodCount: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_statistics
impl Clone for Struct_acpi_statistics
Source§impl Default for Struct_acpi_statistics
impl Default for Struct_acpi_statistics
impl Copy for Struct_acpi_statistics
Auto Trait Implementations§
impl Freeze for Struct_acpi_statistics
impl RefUnwindSafe for Struct_acpi_statistics
impl Send for Struct_acpi_statistics
impl Sync for Struct_acpi_statistics
impl Unpin for Struct_acpi_statistics
impl UnwindSafe for Struct_acpi_statistics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more