Struct acpica_sys::Struct_acpi_hest_ia_machine_check [] [src]

#[repr(C)]
pub struct Struct_acpi_hest_ia_machine_check { pub Header: ACPI_HEST_HEADER, pub Reserved1: UINT16, pub Flags: UINT8, pub Enabled: UINT8, pub RecordsToPreallocate: UINT32, pub MaxSectionsPerRecord: UINT32, pub GlobalCapabilityData: UINT64, pub GlobalControlData: UINT64, pub NumHardwareBanks: UINT8, pub Reserved3: [UINT8; 7], }

Fields

Trait Implementations

impl Copy for Struct_acpi_hest_ia_machine_check
[src]

impl Clone for Struct_acpi_hest_ia_machine_check
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_ia_machine_check
[src]

Returns the "default value" for a type. Read more