Expand description
A VmCode unit represents a file with VM instructions
Fields
name: String
Name of the file
code: String
VM instructions read from the file
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VmCode
impl Send for VmCode
impl Sync for VmCode
impl Unpin for VmCode
impl UnwindSafe for VmCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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