Struct zksync_vm2_interface::opcodes::FarCall
source · pub struct FarCall<M: TypeLevelCallingMode>(/* private fields */);
Expand description
FarCall
group of opcodes distinguished by the calling mode (normal, delegate, or mimic).
Trait Implementations§
source§impl<M: TypeLevelCallingMode> OpcodeType for FarCall<M>
impl<M: TypeLevelCallingMode> OpcodeType for FarCall<M>
Auto Trait Implementations§
impl<M> Freeze for FarCall<M>
impl<M> RefUnwindSafe for FarCall<M>where
M: RefUnwindSafe,
impl<M> Send for FarCall<M>where
M: Send,
impl<M> Sync for FarCall<M>where
M: Sync,
impl<M> Unpin for FarCall<M>where
M: Unpin,
impl<M> UnwindSafe for FarCall<M>where
M: UnwindSafe,
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