Struct libacpica::acpi_cedt_cfmws[][src]

#[repr(C, packed)]
pub struct acpi_cedt_cfmws { pub Header: ACPI_CEDT_HEADER, pub Reserved1: UINT32, pub BaseHpa: UINT64, pub WindowSize: UINT64, pub InterleaveWays: UINT8, pub InterleaveArithmetic: UINT8, pub Reserved2: UINT16, pub Granularity: UINT32, pub Restrictions: UINT16, pub QtgId: UINT16, pub InterleaveTargets: __IncompleteArrayField<UINT32>, }

Fields

Header: ACPI_CEDT_HEADERReserved1: UINT32BaseHpa: UINT64WindowSize: UINT64InterleaveWays: UINT8InterleaveArithmetic: UINT8Reserved2: UINT16Granularity: UINT32Restrictions: UINT16QtgId: UINT16InterleaveTargets: __IncompleteArrayField<UINT32>

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.