pub struct Code {
offset: usize,
funcs: IndexMap<ExtFunc, usize>,
}
Expand description
Code section for EVM.
Fields§
§offset: usize
The offset of the code section
funcs: IndexMap<ExtFunc, usize>
Function table.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Code
impl RefUnwindSafe for Code
impl Send for Code
impl Sync for Code
impl Unpin for Code
impl UnwindSafe for Code
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