Struct libacpica::Struct_acpi_dbg2_device[][src]

#[repr(C, packed)]pub struct Struct_acpi_dbg2_device {
    pub Revision: UINT8,
    pub Length: UINT16,
    pub RegisterCount: UINT8,
    pub NamepathLength: UINT16,
    pub NamepathOffset: UINT16,
    pub OemDataLength: UINT16,
    pub OemDataOffset: UINT16,
    pub PortType: UINT16,
    pub PortSubtype: UINT16,
    pub Reserved: UINT16,
    pub BaseAddressOffset: UINT16,
    pub AddressSizeOffset: UINT16,
}

Fields

Revision: UINT8Length: UINT16RegisterCount: UINT8NamepathLength: UINT16NamepathOffset: UINT16OemDataLength: UINT16OemDataOffset: UINT16PortType: UINT16PortSubtype: UINT16Reserved: UINT16BaseAddressOffset: UINT16AddressSizeOffset: UINT16

Trait Implementations

impl Clone for Struct_acpi_dbg2_device[src]

impl Copy for Struct_acpi_dbg2_device[src]

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