Struct acpica_sys::Struct_acpi_hest_aer_common [] [src]

#[repr(C)]
pub struct Struct_acpi_hest_aer_common { pub Reserved1: UINT16, pub Flags: UINT8, pub Enabled: UINT8, pub RecordsToPreallocate: UINT32, pub MaxSectionsPerRecord: UINT32, pub Bus: UINT32, pub Device: UINT16, pub Function: UINT16, pub DeviceControl: UINT16, pub Reserved2: UINT16, pub UncorrectableMask: UINT32, pub UncorrectableSeverity: UINT32, pub CorrectableMask: UINT32, pub AdvancedCapabilities: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_hest_aer_common
[src]

impl Clone for Struct_acpi_hest_aer_common
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_aer_common
[src]

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