Struct go_engine::ffi::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 moreAuto Trait Implementations§
impl !RefUnwindSafe for UnderlyingFfi
impl !Send for UnderlyingFfi
impl !Sync for UnderlyingFfi
impl Unpin for UnderlyingFfi
impl !UnwindSafe for UnderlyingFfi
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