Struct libacpica::acpi_table_spcr[][src]

#[repr(C, packed)]
pub struct acpi_table_spcr {
Show 21 fields 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,
}
Expand description

SPCR - Serial Port Console Redirection table Version 2

Conforms to “Serial Port Console Redirection Table”, Version 1.03, August 10, 2015

Fields

Header: ACPI_TABLE_HEADERInterfaceType: UINT8Reserved: [UINT8; 3]SerialPort: ACPI_GENERIC_ADDRESSInterruptType: UINT8PcInterrupt: UINT8Interrupt: UINT32BaudRate: UINT8Parity: UINT8StopBits: UINT8FlowControl: UINT8TerminalType: UINT8Reserved1: UINT8PciDeviceId: UINT16PciVendorId: UINT16PciBus: UINT8PciDevice: UINT8PciFunction: UINT8PciFlags: UINT32PciSegment: UINT8Reserved2: UINT32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.