Struct acpica_sys::Struct_acpi_iort_smmu [] [src]

#[repr(C)]
pub struct Struct_acpi_iort_smmu { pub BaseAddress: UINT64, pub Span: UINT64, pub Model: UINT32, pub Flags: UINT32, pub GlobalInterruptOffset: UINT32, pub ContextInterruptCount: UINT32, pub ContextInterruptOffset: UINT32, pub PmuInterruptCount: UINT32, pub PmuInterruptOffset: UINT32, pub Interrupts: [UINT64; 1], }

Fields

Trait Implementations

impl Copy for Struct_acpi_iort_smmu
[src]

impl Clone for Struct_acpi_iort_smmu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_iort_smmu
[src]

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