pub struct FuncInst {
pub ty: usize,
pub locals: Vec<ValType>,
pub code_expr: Span,
pub stp: usize,
pub function_type: FuncType,
pub module_addr: usize,
}
Fields§
§ty: usize
§locals: Vec<ValType>
§code_expr: Span
§stp: usize
index of the sidetable corresponding to the beginning of this functions code
function_type: FuncType
§module_addr: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuncInst
impl RefUnwindSafe for FuncInst
impl Send for FuncInst
impl Sync for FuncInst
impl Unpin for FuncInst
impl UnwindSafe for FuncInst
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