Struct acpica_sys::Struct_acpi_table_gtdt [] [src]

#[repr(C)]
pub struct Struct_acpi_table_gtdt { pub Header: ACPI_TABLE_HEADER, pub CounterBlockAddresss: UINT64, pub Reserved: UINT32, pub SecureEl1Interrupt: UINT32, pub SecureEl1Flags: UINT32, pub NonSecureEl1Interrupt: UINT32, pub NonSecureEl1Flags: UINT32, pub VirtualTimerInterrupt: UINT32, pub VirtualTimerFlags: UINT32, pub NonSecureEl2Interrupt: UINT32, pub NonSecureEl2Flags: UINT32, pub CounterReadBlockAddress: UINT64, pub PlatformTimerCount: UINT32, pub PlatformTimerOffset: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_gtdt
[src]

impl Clone for Struct_acpi_table_gtdt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_gtdt
[src]

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