Struct libacpica::acpi_madt_local_sapic[][src]

#[repr(C, packed)]
pub struct acpi_madt_local_sapic { pub Header: ACPI_SUBTABLE_HEADER, pub ProcessorId: UINT8, pub Id: UINT8, pub Eid: UINT8, pub Reserved: [UINT8; 3], pub LapicFlags: UINT32, pub Uid: UINT32, pub UidString: [i8; 1], }

Fields

Header: ACPI_SUBTABLE_HEADERProcessorId: UINT8Id: UINT8Eid: UINT8Reserved: [UINT8; 3]LapicFlags: UINT32Uid: UINT32UidString: [i8; 1]

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.