Struct go_engine::ffi::FfiClosureObj  
source · pub struct FfiClosureObj {
    pub ffi: Rc<dyn Ffi + 'static>,
    pub func_name: String,
    pub is_async: bool,
    pub meta: Meta,
}Fields§
§ffi: Rc<dyn Ffi + 'static>§func_name: String§is_async: bool§meta: MetaTrait 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