Struct acpica_sys::Struct_acpi_pcct_hw_reduced [] [src]

#[repr(C)]
pub struct Struct_acpi_pcct_hw_reduced { pub Header: ACPI_SUBTABLE_HEADER, pub DoorbellInterrupt: UINT32, pub Flags: UINT8, pub Reserved: UINT8, pub BaseAddress: UINT64, pub Length: UINT64, pub DoorbellRegister: ACPI_GENERIC_ADDRESS, pub PreserveMask: UINT64, pub WriteMask: UINT64, pub Latency: UINT32, pub MaxAccessRate: UINT32, pub MinTurnaroundTime: UINT16, }

Fields

Trait Implementations

impl Copy for Struct_acpi_pcct_hw_reduced
[src]

impl Clone for Struct_acpi_pcct_hw_reduced
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_pcct_hw_reduced
[src]

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