Struct dpc::output::strip::FunctionMapping
source · pub struct FunctionMapping(pub FxHashMap<ResourceLocation, ResourceLocation>);Expand description
Mapping of original function names to new, stripped ones
Tuple Fields§
§0: FxHashMap<ResourceLocation, ResourceLocation>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FunctionMapping
impl Send for FunctionMapping
impl Sync for FunctionMapping
impl Unpin for FunctionMapping
impl UnwindSafe for FunctionMapping
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more