Struct libacpica::acpi_resource_spi_serialbus[][src]

#[repr(C, packed)]
pub struct acpi_resource_spi_serialbus {
Show 17 fields 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 WireMode: UINT8, pub DevicePolarity: UINT8, pub DataBitLength: UINT8, pub ClockPhase: UINT8, pub ClockPolarity: UINT8, pub DeviceSelection: UINT16, pub ConnectionSpeed: UINT32,
}

Fields

RevisionId: UINT8Type: UINT8ProducerConsumer: UINT8SlaveMode: UINT8ConnectionSharing: UINT8TypeRevisionId: UINT8TypeDataLength: UINT16VendorLength: UINT16ResourceSource: ACPI_RESOURCE_SOURCEVendorData: *mut UINT8WireMode: UINT8DevicePolarity: UINT8DataBitLength: UINT8ClockPhase: UINT8ClockPolarity: UINT8DeviceSelection: UINT16ConnectionSpeed: UINT32

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.