Struct go_engine::ffi::types::UnderlyingFfi
source · pub struct UnderlyingFfi {
pub ffi_obj: Rc<dyn Ffi + 'static>,
pub meta: Meta,
}Fields§
§ffi_obj: Rc<dyn Ffi + 'static>§meta: MetaImplementations§
source§impl UnderlyingFfi
impl UnderlyingFfi
Trait Implementations§
source§impl Clone for UnderlyingFfi
impl Clone for UnderlyingFfi
source§fn clone(&self) -> UnderlyingFfi
fn clone(&self) -> UnderlyingFfi
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