Struct acpica_sys::Struct_acpi_table_tcpa_server [] [src]

#[repr(C)]
pub struct Struct_acpi_table_tcpa_server { pub Reserved: UINT16, pub MinimumLogLength: UINT64, pub LogAddress: UINT64, pub SpecRevision: UINT16, pub DeviceFlags: UINT8, pub InterruptFlags: UINT8, pub GpeNumber: UINT8, pub Reserved2: [UINT8; 3], pub GlobalInterrupt: UINT32, pub Address: ACPI_GENERIC_ADDRESS, pub Reserved3: UINT32, pub ConfigAddress: ACPI_GENERIC_ADDRESS, pub Group: UINT8, pub Bus: UINT8, pub Device: UINT8, pub Function: UINT8, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_tcpa_server
[src]

impl Clone for Struct_acpi_table_tcpa_server
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_tcpa_server
[src]

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