Struct libacpica::acpi_resource_pin_function[][src]

#[repr(C, packed)]
pub struct acpi_resource_pin_function { pub RevisionId: UINT8, pub PinConfig: UINT8, pub Shareable: UINT8, pub FunctionNumber: UINT16, pub PinTableLength: UINT16, pub VendorLength: UINT16, pub ResourceSource: ACPI_RESOURCE_SOURCE, pub PinTable: *mut UINT16, pub VendorData: *mut UINT8, }

Fields

RevisionId: UINT8PinConfig: UINT8Shareable: UINT8FunctionNumber: UINT16PinTableLength: UINT16VendorLength: UINT16ResourceSource: ACPI_RESOURCE_SOURCEPinTable: *mut UINT16VendorData: *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.