pub struct V1Instruction {
pub address: i32,
pub info: V1OPCodeInfo,
pub params: Vec<i32>,
}
Fields§
§address: i32
§info: V1OPCodeInfo
§params: Vec<i32>
Trait Implementations§
Source§impl Clone for V1Instruction
impl Clone for V1Instruction
Source§fn clone(&self) -> V1Instruction
fn clone(&self) -> V1Instruction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for V1Instruction
impl RefUnwindSafe for V1Instruction
impl Send for V1Instruction
impl Sync for V1Instruction
impl Unpin for V1Instruction
impl UnwindSafe for V1Instruction
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