Struct acpica_sys::Struct_acpi_table_spcr [] [src]

#[repr(C)]
pub struct Struct_acpi_table_spcr { pub Header: ACPI_TABLE_HEADER, pub InterfaceType: UINT8, pub Reserved: [UINT8; 3], pub SerialPort: ACPI_GENERIC_ADDRESS, pub InterruptType: UINT8, pub PcInterrupt: UINT8, pub Interrupt: UINT32, pub BaudRate: UINT8, pub Parity: UINT8, pub StopBits: UINT8, pub FlowControl: UINT8, pub TerminalType: UINT8, pub Reserved1: UINT8, pub PciDeviceId: UINT16, pub PciVendorId: UINT16, pub PciBus: UINT8, pub PciDevice: UINT8, pub PciFunction: UINT8, pub PciFlags: UINT32, pub PciSegment: UINT8, pub Reserved2: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_spcr
[src]

impl Clone for Struct_acpi_table_spcr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_spcr
[src]

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