pub struct HostFuncInst {
pub function_type: FuncType,
pub hostcode: fn(Vec<Value>) -> Vec<Value>,
}
Fields§
§function_type: FuncType
§hostcode: fn(Vec<Value>) -> Vec<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostFuncInst
impl RefUnwindSafe for HostFuncInst
impl Send for HostFuncInst
impl Sync for HostFuncInst
impl Unpin for HostFuncInst
impl UnwindSafe for HostFuncInst
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