Struct acpica_sys::Struct_acpi_resource_address64 [] [src]

#[repr(C)]
pub struct Struct_acpi_resource_address64 { pub ResourceType: UINT8, pub ProducerConsumer: UINT8, pub Decode: UINT8, pub MinAddressFixed: UINT8, pub MaxAddressFixed: UINT8, pub Info: ACPI_RESOURCE_ATTRIBUTE, pub Address: ACPI_ADDRESS64_ATTRIBUTE, pub ResourceSource: ACPI_RESOURCE_SOURCE, }

Fields

Trait Implementations

impl Copy for Struct_acpi_resource_address64
[src]

impl Clone for Struct_acpi_resource_address64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_resource_address64
[src]

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