Struct acpica_sys::Struct_acpi_nfit_data_region [] [src]

#[repr(C)]
pub struct Struct_acpi_nfit_data_region { pub Header: ACPI_NFIT_HEADER, pub RegionIndex: UINT16, pub Windows: UINT16, pub Offset: UINT64, pub Size: UINT64, pub Capacity: UINT64, pub StartAddress: UINT64, }

Fields

Trait Implementations

impl Copy for Struct_acpi_nfit_data_region
[src]

impl Clone for Struct_acpi_nfit_data_region
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_nfit_data_region
[src]

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