pub struct VmProgram {
pub functions: Vec<CompiledFunction>,
pub main_index: usize,
}Fields§
§functions: Vec<CompiledFunction>§main_index: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for VmProgram
impl RefUnwindSafe for VmProgram
impl Send for VmProgram
impl Sync for VmProgram
impl Unpin for VmProgram
impl UnsafeUnpin for VmProgram
impl UnwindSafe for VmProgram
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more