Struct go_engine::ffi::FfiClosureObj
source · pub struct FfiClosureObj {
pub ffi: Rc<dyn Ffi, Global>,
pub func_name: String,
pub is_async: bool,
pub meta: Meta,
}
Fields§
§ffi: Rc<dyn Ffi, Global>
§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 moreAuto Trait Implementations§
impl !RefUnwindSafe for FfiClosureObj
impl !Send for FfiClosureObj
impl !Sync for FfiClosureObj
impl Unpin for FfiClosureObj
impl !UnwindSafe for FfiClosureObj
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