Struct acpica_sys::Struct_acpi_table_drtm [] [src]

#[repr(C)]
pub struct Struct_acpi_table_drtm { pub Header: ACPI_TABLE_HEADER, pub EntryBaseAddress: UINT64, pub EntryLength: UINT64, pub EntryAddress32: UINT32, pub EntryAddress64: UINT64, pub ExitAddress: UINT64, pub LogAreaAddress: UINT64, pub LogAreaLength: UINT32, pub ArchDependentAddress: UINT64, pub Flags: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_drtm
[src]

impl Clone for Struct_acpi_table_drtm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_drtm
[src]

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