pub type VarnodeMutRef<'str, 'ctx> = BaseRef<&'ctx mut Context<'str>, VarnodeId>;Aliased Type§
pub struct VarnodeMutRef<'str, 'ctx> {
pub id: VarnodeId,
/* private fields */
}Fields§
§id: VarnodeIdImplementations§
Source§impl<'str, 'ctx> VarnodeMutRef<'str, 'ctx>
impl<'str, 'ctx> VarnodeMutRef<'str, 'ctx>
Sourcepub fn set_label(&mut self, label: u32)
pub fn set_label(&mut self, label: u32)
Sets the integer label used to derive a generated temporary’s display
name. Unlike Renameable::rename, this neither allocates nor touches
the context name map, so it stays off the per-instruction hot path.