[][src]Trait acpi::AcpiTable

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

All types representing ACPI tables should implement this trait.

Required methods

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

Loading content...

Implementors

Loading content...