Trait acpi::AcpiTable[][src]

pub trait AcpiTable {
    fn header(&self) -> &SdtHeader;
}
Expand description

All types representing ACPI tables should implement this trait.

Required methods

Implementors