Struct acpica_sys::Struct_acpi_dbg2_device [] [src]

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

Trait Implementations

impl Copy for Struct_acpi_dbg2_device
[src]

impl Clone for Struct_acpi_dbg2_device
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_dbg2_device
[src]

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