Trait acpi::AcpiTable[][src]

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

All types representing ACPI tables should implement this trait.

Required methods

fn header(&self) -> &SdtHeader[src]

Loading content...

Implementors

Loading content...