Struct acpica_sys::Struct_acpi_hest_notify [] [src]

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

Trait Implementations

impl Copy for Struct_acpi_hest_notify
[src]

impl Clone for Struct_acpi_hest_notify
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_hest_notify
[src]

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