Struct libacpica::acpi_csrt_shared_info[][src]

#[repr(C, packed)]
pub struct acpi_csrt_shared_info { pub MajorVersion: UINT16, pub MinorVersion: UINT16, pub MmioBaseLow: UINT32, pub MmioBaseHigh: UINT32, pub GsiInterrupt: UINT32, pub InterruptPolarity: UINT8, pub InterruptMode: UINT8, pub NumChannels: UINT8, pub DmaAddressWidth: UINT8, pub BaseRequestLine: UINT16, pub NumHandshakeSignals: UINT16, pub MaxBlockSize: UINT32, }

Fields

MajorVersion: UINT16MinorVersion: UINT16MmioBaseLow: UINT32MmioBaseHigh: UINT32GsiInterrupt: UINT32InterruptPolarity: UINT8InterruptMode: UINT8NumChannels: UINT8DmaAddressWidth: UINT8BaseRequestLine: UINT16NumHandshakeSignals: UINT16MaxBlockSize: 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.