Struct acpica_sys::Struct_acpi_hest_aer_root [] [src]

pub struct Struct_acpi_hest_aer_root {
    pub Header: ACPI_HEST_HEADER,
    pub Aer: ACPI_HEST_AER_COMMON,
    pub RootErrorCommand: UINT32,
}

Fields

Header: ACPI_HEST_HEADER Aer: ACPI_HEST_AER_COMMON RootErrorCommand: UINT32

Trait Implementations

impl Copy for Struct_acpi_hest_aer_root
[src]

impl Clone for Struct_acpi_hest_aer_root
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_aer_root
[src]

fn default() -> Self

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