Struct acpica_sys::Struct_acpi_table_desc [] [src]

pub struct Struct_acpi_table_desc {
    pub Address: ACPI_PHYSICAL_ADDRESS,
    pub Pointer: *mut ACPI_TABLE_HEADER,
    pub Length: UINT32,
    pub Signature: ACPI_NAME_UNION,
    pub OwnerId: ACPI_OWNER_ID,
    pub Flags: UINT8,
}

Fields

Address: ACPI_PHYSICAL_ADDRESS Pointer: *mut ACPI_TABLE_HEADER Length: UINT32 Signature: ACPI_NAME_UNION OwnerId: ACPI_OWNER_ID Flags: UINT8

Trait Implementations

impl Copy for Struct_acpi_table_desc
[src]

impl Clone for Struct_acpi_table_desc
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_table_desc
[src]

fn default() -> Self

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