pub struct CompiledForeignFunction { /* private fields */ }Expand description
Handle to a compiled foreign function within a language runtime.
Trait Implementations§
Source§impl Clone for CompiledForeignFunction
impl Clone for CompiledForeignFunction
Source§fn clone(&self) -> CompiledForeignFunction
fn clone(&self) -> CompiledForeignFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Send for CompiledForeignFunction
impl Sync for CompiledForeignFunction
Auto Trait Implementations§
impl Freeze for CompiledForeignFunction
impl RefUnwindSafe for CompiledForeignFunction
impl Unpin for CompiledForeignFunction
impl UnsafeUnpin for CompiledForeignFunction
impl UnwindSafe for CompiledForeignFunction
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