Struct zksync_vm2_interface::opcodes::PrecompileCall
source · pub struct PrecompileCall;
Expand description
PrecompileCall
opcode.
Trait Implementations§
source§impl Debug for PrecompileCall
impl Debug for PrecompileCall
source§impl OpcodeType for PrecompileCall
impl OpcodeType for PrecompileCall
Auto Trait Implementations§
impl Freeze for PrecompileCall
impl RefUnwindSafe for PrecompileCall
impl Send for PrecompileCall
impl Sync for PrecompileCall
impl Unpin for PrecompileCall
impl UnwindSafe for PrecompileCall
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