Struct hermit::x86_64::kernel::acpi::AcpiTable [−][src]
pub struct AcpiTable<'a> { /* fields omitted */ }
Expand description
A convenience structure to work with an ACPI table. Maps a single table to memory and frees the memory when a variable of this structure goes out of scope.
Implementations
impl<'a> AcpiTable<'a>
[src]
impl<'a> AcpiTable<'a>
[src]