Struct go_vm::types::FfiClosureObj
source · pub struct FfiClosureObj {
pub ffi: Rc<dyn Ffi>,
pub func_name: String,
pub is_async: bool,
pub meta: Meta,
}
Fields§
§ffi: Rc<dyn Ffi>
§func_name: String
§is_async: bool
§meta: Meta
Trait Implementations§
source§impl Clone for FfiClosureObj
impl Clone for FfiClosureObj
source§fn clone(&self) -> FfiClosureObj
fn clone(&self) -> FfiClosureObj
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more