Struct libacpica::acpi_nfit_memory_map[][src]

#[repr(C, packed)]
pub struct acpi_nfit_memory_map {
Show 13 fields 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

Header: ACPI_NFIT_HEADERDeviceHandle: UINT32PhysicalId: UINT16RegionId: UINT16RangeIndex: UINT16RegionIndex: UINT16RegionSize: UINT64RegionOffset: UINT64Address: UINT64InterleaveIndex: UINT16InterleaveWays: UINT16Flags: UINT16Reserved: UINT16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.