pub struct Bytecode {
pub instructions: Instructions,
pub constants: Vec<Rc<Object>>,
}
Fields§
§instructions: Instructions
§constants: Vec<Rc<Object>>
Auto Trait Implementations§
impl Freeze for Bytecode
impl !RefUnwindSafe for Bytecode
impl !Send for Bytecode
impl !Sync for Bytecode
impl Unpin for Bytecode
impl !UnwindSafe for Bytecode
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