Struct acpica_sys::Struct_acpi_table_spmi [] [src]

#[repr(C)]
pub struct Struct_acpi_table_spmi { pub Header: ACPI_TABLE_HEADER, pub InterfaceType: UINT8, pub Reserved: UINT8, pub SpecRevision: UINT16, pub InterruptType: UINT8, pub GpeNumber: UINT8, pub Reserved1: UINT8, pub PciDeviceFlag: UINT8, pub Interrupt: UINT32, pub IpmiRegister: ACPI_GENERIC_ADDRESS, pub PciSegment: UINT8, pub PciBus: UINT8, pub PciDevice: UINT8, pub PciFunction: UINT8, pub Reserved2: UINT8, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_spmi
[src]

impl Clone for Struct_acpi_table_spmi
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_spmi
[src]

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