Struct libacpica::acpi_resource_csi2_serialbus[][src]

#[repr(C, packed)]
pub struct acpi_resource_csi2_serialbus { pub RevisionId: UINT8, pub Type: UINT8, pub ProducerConsumer: UINT8, pub SlaveMode: UINT8, pub ConnectionSharing: UINT8, pub TypeRevisionId: UINT8, pub TypeDataLength: UINT16, pub VendorLength: UINT16, pub ResourceSource: ACPI_RESOURCE_SOURCE, pub VendorData: *mut UINT8, pub LocalPortInstance: UINT8, pub PhyType: UINT8, }

Fields

RevisionId: UINT8Type: UINT8ProducerConsumer: UINT8SlaveMode: UINT8ConnectionSharing: UINT8TypeRevisionId: UINT8TypeDataLength: UINT16VendorLength: UINT16ResourceSource: ACPI_RESOURCE_SOURCEVendorData: *mut UINT8LocalPortInstance: UINT8PhyType: 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.