Struct acpica_sys::Struct_acpi_nfit_memory_map [] [src]

#[repr(C)]
pub struct Struct_acpi_nfit_memory_map { pub Header: ACPI_NFIT_HEADER, pub DeviceHandle: UINT32, pub PhysicalId: UINT16, pub RegionId: UINT16, pub RangeIndex: UINT16, pub RegionIndex: UINT16, pub RegionSize: UINT64, pub RegionOffset: UINT64, pub Address: UINT64, pub InterleaveIndex: UINT16, pub InterleaveWays: UINT16, pub Flags: UINT16, pub Reserved: UINT16, }

Fields

Trait Implementations

impl Copy for Struct_acpi_nfit_memory_map
[src]

impl Clone for Struct_acpi_nfit_memory_map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_nfit_memory_map
[src]

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