Struct libacpica::Struct_acpi_resource_uart_serialbus[][src]

#[repr(C, packed)]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

RevisionId: UINT8Type: UINT8ProducerConsumer: UINT8SlaveMode: UINT8TypeRevisionId: UINT8TypeDataLength: UINT16VendorLength: UINT16ResourceSource: ACPI_RESOURCE_SOURCEVendorData: *mut UINT8Endian: UINT8DataBits: UINT8StopBits: UINT8FlowControl: UINT8Parity: UINT8LinesEnabled: UINT8RxFifoSize: UINT16TxFifoSize: UINT16DefaultBaudRate: UINT32

Trait Implementations

impl Clone for Struct_acpi_resource_uart_serialbus[src]

impl Copy for Struct_acpi_resource_uart_serialbus[src]

impl Default for Struct_acpi_resource_uart_serialbus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.