Struct acpica_sys::Struct_acpi_table_wdrt [] [src]

#[repr(C)]
pub struct Struct_acpi_table_wdrt { pub Header: ACPI_TABLE_HEADER, pub ControlRegister: ACPI_GENERIC_ADDRESS, pub CountRegister: ACPI_GENERIC_ADDRESS, pub PciDeviceId: UINT16, pub PciVendorId: UINT16, pub PciBus: UINT8, pub PciDevice: UINT8, pub PciFunction: UINT8, pub PciSegment: UINT8, pub MaxCount: UINT16, pub Units: UINT8, }

Fields

Trait Implementations

impl Copy for Struct_acpi_table_wdrt
[src]

impl Clone for Struct_acpi_table_wdrt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_wdrt
[src]

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