Struct libacpica::acpi_resource_extended_address64[][src]

#[repr(C, packed)]
pub struct acpi_resource_extended_address64 { pub ResourceType: UINT8, pub ProducerConsumer: UINT8, pub Decode: UINT8, pub MinAddressFixed: UINT8, pub MaxAddressFixed: UINT8, pub Info: ACPI_RESOURCE_ATTRIBUTE, pub RevisionID: UINT8, pub Address: ACPI_ADDRESS64_ATTRIBUTE, pub TypeSpecific: UINT64, }

Fields

ResourceType: UINT8ProducerConsumer: UINT8Decode: UINT8MinAddressFixed: UINT8MaxAddressFixed: UINT8Info: ACPI_RESOURCE_ATTRIBUTERevisionID: UINT8Address: ACPI_ADDRESS64_ATTRIBUTETypeSpecific: UINT64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.