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