Struct acpica_sys::Struct_acpi_table_wdat [] [src]

pub struct Struct_acpi_table_wdat {
    pub Header: ACPI_TABLE_HEADER,
    pub HeaderLength: UINT32,
    pub PciSegment: UINT16,
    pub PciBus: UINT8,
    pub PciDevice: UINT8,
    pub PciFunction: UINT8,
    pub Reserved: [UINT8; 3],
    pub TimerPeriod: UINT32,
    pub MaxCount: UINT32,
    pub MinCount: UINT32,
    pub Flags: UINT8,
    pub Reserved2: [UINT8; 3],
    pub Entries: UINT32,
}

Fields

Trait Implementations

impl Copy for Struct_acpi_table_wdat
[src]

impl Clone for Struct_acpi_table_wdat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_wdat
[src]

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