pub trait AcpiTopology:
ArchTopology
+ Inspect
+ Sized {
// Required methods
fn extend_srat(topology: &ProcessorTopology<Self>, srat: &mut Vec<u8>);
fn extend_madt(topology: &ProcessorTopology<Self>, madt: &mut Vec<u8>);
}
Required Methods§
fn extend_srat(topology: &ProcessorTopology<Self>, srat: &mut Vec<u8>)
fn extend_madt(topology: &ProcessorTopology<Self>, madt: &mut Vec<u8>)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.