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