Struct acpica_sys::Struct_acpi_nfit_system_address [] [src]

#[repr(C)]
pub struct Struct_acpi_nfit_system_address { pub Header: ACPI_NFIT_HEADER, pub RangeIndex: UINT16, pub Flags: UINT16, pub Reserved: UINT32, pub ProximityDomain: UINT32, pub RangeGuid: [UINT8; 16], pub Address: UINT64, pub Length: UINT64, pub MemoryMapping: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_nfit_system_address
[src]

impl Clone for Struct_acpi_nfit_system_address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_nfit_system_address
[src]

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