Struct libacpica::acpi_hest_notify[][src]

#[repr(C, packed)]
pub struct acpi_hest_notify { pub Type: UINT8, pub Length: UINT8, pub ConfigWriteEnable: UINT16, pub PollInterval: UINT32, pub Vector: UINT32, pub PollingThresholdValue: UINT32, pub PollingThresholdWindow: UINT32, pub ErrorThresholdValue: UINT32, pub ErrorThresholdWindow: UINT32, }

Fields

Type: UINT8Length: UINT8ConfigWriteEnable: UINT16PollInterval: UINT32Vector: UINT32PollingThresholdValue: UINT32PollingThresholdWindow: UINT32ErrorThresholdValue: UINT32ErrorThresholdWindow: UINT32

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.