Struct libacpica::acpi_nfit_control_region[][src]

#[repr(C, packed)]
pub struct acpi_nfit_control_region {
Show 22 fields 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 ValidFields: UINT8, pub ManufacturingLocation: UINT8, pub ManufacturingDate: UINT16, pub Reserved: [UINT8; 2], 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

Header: ACPI_NFIT_HEADERRegionIndex: UINT16VendorId: UINT16DeviceId: UINT16RevisionId: UINT16SubsystemVendorId: UINT16SubsystemDeviceId: UINT16SubsystemRevisionId: UINT16ValidFields: UINT8ManufacturingLocation: UINT8ManufacturingDate: UINT16Reserved: [UINT8; 2]SerialNumber: UINT32Code: UINT16Windows: UINT16WindowSize: UINT64CommandOffset: UINT64CommandSize: UINT64StatusOffset: UINT64StatusSize: UINT64Flags: UINT16Reserved1: [UINT8; 6]

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.