Expand description
The AcpiHandler
trait, which is the interface with which ACPICA calls OS functions.
Traitsยง
- Acpi
Handler - The interface between ACPICA and the host OS. Each method in this trait is mapped to an
AcpiOs...
function, which will be called on the object registered withregister_interface
.