Struct libacpica::acpi_resource_pin_group[][src]

#[repr(C, packed)]
pub struct acpi_resource_pin_group { pub RevisionId: UINT8, pub ProducerConsumer: UINT8, pub PinTableLength: UINT16, pub VendorLength: UINT16, pub PinTable: *mut UINT16, pub ResourceLabel: ACPI_RESOURCE_LABEL, pub VendorData: *mut UINT8, }

Fields

RevisionId: UINT8ProducerConsumer: UINT8PinTableLength: UINT16VendorLength: UINT16PinTable: *mut UINT16ResourceLabel: 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.