Struct libacpica::Struct_acpi_table_tcpa_server[][src]

#[repr(C, packed)]pub struct Struct_acpi_table_tcpa_server {
    pub Reserved: UINT16,
    pub MinimumLogLength: UINT64,
    pub LogAddress: UINT64,
    pub SpecRevision: UINT16,
    pub DeviceFlags: UINT8,
    pub InterruptFlags: UINT8,
    pub GpeNumber: UINT8,
    pub Reserved2: [UINT8; 3],
    pub GlobalInterrupt: UINT32,
    pub Address: ACPI_GENERIC_ADDRESS,
    pub Reserved3: UINT32,
    pub ConfigAddress: ACPI_GENERIC_ADDRESS,
    pub Group: UINT8,
    pub Bus: UINT8,
    pub Device: UINT8,
    pub Function: UINT8,
}

Fields

Reserved: UINT16MinimumLogLength: UINT64LogAddress: UINT64SpecRevision: UINT16DeviceFlags: UINT8InterruptFlags: UINT8GpeNumber: UINT8Reserved2: [UINT8; 3]GlobalInterrupt: UINT32Address: ACPI_GENERIC_ADDRESSReserved3: UINT32ConfigAddress: ACPI_GENERIC_ADDRESSGroup: UINT8Bus: UINT8Device: UINT8Function: UINT8

Trait Implementations

impl Clone for Struct_acpi_table_tcpa_server[src]

impl Copy for Struct_acpi_table_tcpa_server[src]

impl Default for Struct_acpi_table_tcpa_server[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.