pub struct EmittedInstruction {
pub opcode: Opcode,
pub position: usize,
}Fields§
§opcode: Opcode§position: usizeTrait Implementations§
Source§impl Clone for EmittedInstruction
impl Clone for EmittedInstruction
Source§fn clone(&self) -> EmittedInstruction
fn clone(&self) -> EmittedInstruction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EmittedInstruction
impl RefUnwindSafe for EmittedInstruction
impl Send for EmittedInstruction
impl Sync for EmittedInstruction
impl Unpin for EmittedInstruction
impl UnsafeUnpin for EmittedInstruction
impl UnwindSafe for EmittedInstruction
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