Struct acpica_sys::Struct_acpi_resource_uart_serialbus [] [src]

#[repr(C)]
pub struct Struct_acpi_resource_uart_serialbus { pub RevisionId: UINT8, pub Type: UINT8, pub ProducerConsumer: UINT8, pub SlaveMode: UINT8, pub TypeRevisionId: UINT8, pub TypeDataLength: UINT16, pub VendorLength: UINT16, pub ResourceSource: ACPI_RESOURCE_SOURCE, pub VendorData: *mut UINT8, pub Endian: UINT8, pub DataBits: UINT8, pub StopBits: UINT8, pub FlowControl: UINT8, pub Parity: UINT8, pub LinesEnabled: UINT8, pub RxFifoSize: UINT16, pub TxFifoSize: UINT16, pub DefaultBaudRate: UINT32, }

Fields

Trait Implementations

impl Copy for Struct_acpi_resource_uart_serialbus
[src]

impl Clone for Struct_acpi_resource_uart_serialbus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_resource_uart_serialbus
[src]

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