Struct libacpica::acpi_einj_error_type_with_addr[][src]

#[repr(C, packed)]
pub struct acpi_einj_error_type_with_addr { pub ErrorType: UINT32, pub VendorStructOffset: UINT32, pub Flags: UINT32, pub ApicId: UINT32, pub Address: UINT64, pub Range: UINT64, pub PcieId: UINT32, }

Fields

ErrorType: UINT32VendorStructOffset: UINT32Flags: UINT32ApicId: UINT32Address: UINT64Range: UINT64PcieId: UINT32

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.