Struct acpica_sys::Struct_acpi_hest_ia_corrected [] [src]

#[repr(C)]
pub struct Struct_acpi_hest_ia_corrected { pub Header: ACPI_HEST_HEADER, pub Reserved1: UINT16, pub Flags: UINT8, pub Enabled: UINT8, pub RecordsToPreallocate: UINT32, pub MaxSectionsPerRecord: UINT32, pub Notify: ACPI_HEST_NOTIFY, pub NumHardwareBanks: UINT8, pub Reserved2: [UINT8; 3], }

Fields

Trait Implementations

impl Copy for Struct_acpi_hest_ia_corrected
[src]

impl Clone for Struct_acpi_hest_ia_corrected
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_ia_corrected
[src]

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