Struct go_vm::types::UnderlyingFfi
source · pub struct UnderlyingFfi {
pub ffi_obj: Rc<dyn Ffi>,
pub meta: Meta,
}
Fields§
§ffi_obj: Rc<dyn Ffi>
§meta: Meta
Implementations§
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