Struct move_bytecode_viewer::bytecode_viewer::BytecodeInfo
source · [−]pub struct BytecodeInfo {
pub function_name: String,
pub function_index: FunctionDefinitionIndex,
pub code_offset: CodeOffset,
}Fields
function_name: Stringfunction_index: FunctionDefinitionIndexcode_offset: CodeOffsetTrait Implementations
sourceimpl Clone for BytecodeInfo
impl Clone for BytecodeInfo
sourcefn clone(&self) -> BytecodeInfo
fn clone(&self) -> BytecodeInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for BytecodeInfo
impl Send for BytecodeInfo
impl Sync for BytecodeInfo
impl Unpin for BytecodeInfo
impl UnwindSafe for BytecodeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more