Struct wasm::execution::store::LocalFuncInst
source · pub struct LocalFuncInst {
pub ty: usize,
pub locals: Vec<ValType>,
pub code_expr: Span,
pub sidetable: Vec<SidetableEntry>,
}
Fields§
§ty: usize
§locals: Vec<ValType>
§code_expr: Span
§sidetable: Vec<SidetableEntry>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LocalFuncInst
impl Send for LocalFuncInst
impl Sync for LocalFuncInst
impl Unpin for LocalFuncInst
impl UnwindSafe for LocalFuncInst
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