pub struct CallOpcode { /* private fields */ }
Trait Implementations
sourceimpl Clone for CallOpcode
impl Clone for CallOpcode
sourcefn clone(&self) -> CallOpcode
fn clone(&self) -> CallOpcode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CallOpcode
impl Debug for CallOpcode
sourceimpl Inst for CallOpcode
impl Inst for CallOpcode
Auto Trait Implementations
impl RefUnwindSafe for CallOpcode
impl Send for CallOpcode
impl Sync for CallOpcode
impl Unpin for CallOpcode
impl UnwindSafe for CallOpcode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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