Struct acpica_sys::Struct_acpi_srat_mem_affinity [] [src]

#[repr(C)]
pub struct Struct_acpi_srat_mem_affinity { pub Header: ACPI_SUBTABLE_HEADER, pub ProximityDomain: UINT32, pub Reserved: UINT16, pub BaseAddress: UINT64, pub Length: UINT64, pub Reserved1: UINT32, pub Flags: UINT32, pub Reserved2: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_srat_mem_affinity
[src]

impl Clone for Struct_acpi_srat_mem_affinity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_srat_mem_affinity
[src]

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