Struct acpica_sys::Struct_acpi_hest_generic_data [] [src]

#[repr(C)]
pub struct Struct_acpi_hest_generic_data { pub SectionType: [UINT8; 16], pub ErrorSeverity: UINT32, pub Revision: UINT16, pub ValidationBits: UINT8, pub Flags: UINT8, pub ErrorDataLength: UINT32, pub FruId: [UINT8; 16], pub FruText: [UINT8; 20], pub TimeStamp: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_hest_generic_data
[src]

impl Clone for Struct_acpi_hest_generic_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_generic_data
[src]

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