pub struct BytecodeInfo {
pub function_name: String,
pub function_index: FunctionDefinitionIndex,
pub code_offset: CodeOffset,
}Fields§
§function_name: String§function_index: FunctionDefinitionIndex§code_offset: CodeOffsetTrait Implementations§
source§impl Clone for BytecodeInfo
impl Clone for BytecodeInfo
source§fn clone(&self) -> BytecodeInfo
fn clone(&self) -> BytecodeInfo
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 more