VirtualFixups

Type Alias VirtualFixups 

Source
pub type VirtualFixups = IndexMap<u32, (u32, u32)>;
Expand description

NOTE: The order in which C++ constructors are called is fixed. Therefore, we need a Map that holds the Index.

Aliased Typeยง

pub struct VirtualFixups { /* private fields */ }