Struct acpica_sys::Struct_acpi_hest_generic [] [src]

#[repr(C)]
pub struct Struct_acpi_hest_generic { pub Header: ACPI_HEST_HEADER, pub RelatedSourceId: UINT16, pub Reserved: UINT8, pub Enabled: UINT8, pub RecordsToPreallocate: UINT32, pub MaxSectionsPerRecord: UINT32, pub MaxRawDataLength: UINT32, pub ErrorStatusAddress: ACPI_GENERIC_ADDRESS, pub Notify: ACPI_HEST_NOTIFY, pub ErrorBlockLength: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_hest_generic
[src]

impl Clone for Struct_acpi_hest_generic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_generic
[src]

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