Module objects

Source
Expand description

Utilities for encoding various objects into ACPI Machine Language (AML).

Structs§

Buffer
GenericObject
NamedInteger
A named AML integer.
NamedObject
A named AML object.
NamedString
A named AML string.
Package
StructuredPackage
A structured AML package.

Traits§

AmlObject
A trait indicating that a particular type can be serialized into a byte stream of ACPI Machine Language (AML).