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