Struct acpica_sys::Struct_acpi_table_mchi [] [src]

#[repr(C)]
pub struct Struct_acpi_table_mchi { pub Header: ACPI_TABLE_HEADER, pub InterfaceType: UINT8, pub Protocol: UINT8, pub ProtocolData: UINT64, pub InterruptType: UINT8, pub Gpe: UINT8, pub PciDeviceFlag: UINT8, pub GlobalInterrupt: UINT32, pub ControlRegister: ACPI_GENERIC_ADDRESS, pub PciSegment: UINT8, pub PciBus: UINT8, pub PciDevice: UINT8, pub PciFunction: UINT8, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_mchi
[src]

impl Clone for Struct_acpi_table_mchi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_mchi
[src]

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