Struct libacpica::acpi_iort_smmu_v3[][src]

#[repr(C, packed)]
pub struct acpi_iort_smmu_v3 { pub BaseAddress: UINT64, pub Flags: UINT32, pub Reserved: UINT32, pub VatosAddress: UINT64, pub Model: UINT32, pub EventGsiv: UINT32, pub PriGsiv: UINT32, pub GerrGsiv: UINT32, pub SyncGsiv: UINT32, pub Pxm: UINT32, pub IdMappingIndex: UINT32, }

Fields

BaseAddress: UINT64Flags: UINT32Reserved: UINT32VatosAddress: UINT64Model: UINT32EventGsiv: UINT32PriGsiv: UINT32GerrGsiv: UINT32SyncGsiv: UINT32Pxm: UINT32IdMappingIndex: 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.