Skip to main content

AcpiParserInterface

Trait AcpiParserInterface 

Source
pub trait AcpiParserInterface {
    // Required methods
    fn num_tables(&self) -> usize;
    fn get_table_at_index(&self, index: usize) -> Option<&AcpiSdtHeader>;
}

Required Methods§

Source

fn num_tables(&self) -> usize

Source

fn get_table_at_index(&self, index: usize) -> Option<&AcpiSdtHeader>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§