pub struct StaticMemoryRead;Expand description
StaticMemoryRead opcode.
Trait Implementations§
Source§impl Debug for StaticMemoryRead
impl Debug for StaticMemoryRead
Source§impl OpcodeType for StaticMemoryRead
impl OpcodeType for StaticMemoryRead
Auto Trait Implementations§
impl Freeze for StaticMemoryRead
impl RefUnwindSafe for StaticMemoryRead
impl Send for StaticMemoryRead
impl Sync for StaticMemoryRead
impl Unpin for StaticMemoryRead
impl UnwindSafe for StaticMemoryRead
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