Struct bytecode::livevar_analysis::LiveVarAnnotation
source · pub struct LiveVarAnnotation(_);
Implementations§
source§impl LiveVarAnnotation
impl LiveVarAnnotation
pub fn get_live_var_info_at( &self, code_offset: CodeOffset ) -> Option<&LiveVarInfoAtCodeOffset>
Trait Implementations§
source§impl Clone for LiveVarAnnotation
impl Clone for LiveVarAnnotation
source§fn clone(&self) -> LiveVarAnnotation
fn clone(&self) -> LiveVarAnnotation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for LiveVarAnnotation
impl Default for LiveVarAnnotation
source§fn default() -> LiveVarAnnotation
fn default() -> LiveVarAnnotation
Returns the “default value” for a type. Read more