Struct acpica_sys::Struct_acpi_lpit_native [] [src]

#[repr(C)]
pub struct Struct_acpi_lpit_native { pub Header: ACPI_LPIT_HEADER, pub EntryTrigger: ACPI_GENERIC_ADDRESS, pub Residency: UINT32, pub Latency: UINT32, pub ResidencyCounter: ACPI_GENERIC_ADDRESS, pub CounterFrequency: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_lpit_native
[src]

impl Clone for Struct_acpi_lpit_native
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_lpit_native
[src]

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