Struct libacpica::acpi_table_wdrt[][src]

#[repr(C, packed)]
pub 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, }
Expand description

WDRT - Watchdog Resource Table Version 1

Conforms to “Watchdog Timer Hardware Requirements for Windows Server 2003”, Version 1.01, August 28, 2006

Fields

Header: ACPI_TABLE_HEADERControlRegister: ACPI_GENERIC_ADDRESSCountRegister: ACPI_GENERIC_ADDRESSPciDeviceId: UINT16PciVendorId: UINT16PciBus: UINT8PciDevice: UINT8PciFunction: UINT8PciSegment: UINT8MaxCount: UINT16Units: UINT8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.