Struct acpica_sys::Struct_acpi_nfit_control_region [] [src]

#[repr(C)]
pub struct Struct_acpi_nfit_control_region { pub Header: ACPI_NFIT_HEADER, pub RegionIndex: UINT16, pub VendorId: UINT16, pub DeviceId: UINT16, pub RevisionId: UINT16, pub SubsystemVendorId: UINT16, pub SubsystemDeviceId: UINT16, pub SubsystemRevisionId: UINT16, pub Reserved: [UINT8; 6], pub SerialNumber: UINT32, pub Code: UINT16, pub Windows: UINT16, pub WindowSize: UINT64, pub CommandOffset: UINT64, pub CommandSize: UINT64, pub StatusOffset: UINT64, pub StatusSize: UINT64, pub Flags: UINT16, pub Reserved1: [UINT8; 6], }

Fields

Trait Implementations

impl Copy for Struct_acpi_nfit_control_region
[src]

impl Clone for Struct_acpi_nfit_control_region
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_nfit_control_region
[src]

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