Struct acpica_sys::Struct_acpi_hest_ia_error_bank [] [src]

#[repr(C)]
pub struct Struct_acpi_hest_ia_error_bank { pub BankNumber: UINT8, pub ClearStatusOnInit: UINT8, pub StatusFormat: UINT8, pub Reserved: UINT8, pub ControlRegister: UINT32, pub ControlData: UINT64, pub StatusRegister: UINT32, pub AddressRegister: UINT32, pub MiscRegister: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_hest_ia_error_bank
[src]

impl Clone for Struct_acpi_hest_ia_error_bank
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_ia_error_bank
[src]

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