Skip to main content

get_table_by_type

Function get_table_by_type 

Source
pub fn get_table_by_type<T>(parser: &dyn AcpiParserInterface) -> Option<&T>
where T: AcpiTable + 'static,