Struct move_stackless_bytecode::stackless_bytecode_generator::StacklessBytecodeGenerator
source · [−]pub struct StacklessBytecodeGenerator<'a> { /* private fields */ }
Implementations
sourceimpl<'a> StacklessBytecodeGenerator<'a>
impl<'a> StacklessBytecodeGenerator<'a>
pub fn new(func_env: &'a FunctionEnv<'a>) -> Self
pub fn generate_function(self) -> FunctionData
pub fn generate_bytecode(
&mut self,
bytecode: &MoveBytecode,
code_offset: CodeOffset,
label_map: &BTreeMap<CodeOffset, Label>
)
Auto Trait Implementations
impl<'a> !RefUnwindSafe for StacklessBytecodeGenerator<'a>
impl<'a> !Send for StacklessBytecodeGenerator<'a>
impl<'a> !Sync for StacklessBytecodeGenerator<'a>
impl<'a> Unpin for StacklessBytecodeGenerator<'a>
impl<'a> !UnwindSafe for StacklessBytecodeGenerator<'a>
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