Struct libacpica::acpi_resource_pin_group_function[][src]

#[repr(C, packed)]
pub struct acpi_resource_pin_group_function { pub RevisionId: UINT8, pub ProducerConsumer: UINT8, pub Shareable: UINT8, pub FunctionNumber: UINT16, pub VendorLength: UINT16, pub ResourceSource: ACPI_RESOURCE_SOURCE, pub ResourceSourceLabel: ACPI_RESOURCE_LABEL, pub VendorData: *mut UINT8, }

Fields

RevisionId: UINT8ProducerConsumer: UINT8Shareable: UINT8FunctionNumber: UINT16VendorLength: UINT16ResourceSource: ACPI_RESOURCE_SOURCEResourceSourceLabel: ACPI_RESOURCE_LABELVendorData: *mut UINT8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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.