pub struct ProcessCodeResult {
    pub ops: Vec<u16>,
    pub insts: Vec<ObjIns>,
}Fields§
§ops: Vec<u16>§insts: Vec<ObjIns>Auto Trait Implementations§
impl Freeze for ProcessCodeResult
impl RefUnwindSafe for ProcessCodeResult
impl Send for ProcessCodeResult
impl Sync for ProcessCodeResult
impl Unpin for ProcessCodeResult
impl UnwindSafe for ProcessCodeResult
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