Searched defs:ForeignFuture (Results 1 – 2 of 2) sorted by relevance
49 pub struct ForeignFuture { struct50 pub handle: ForeignFutureHandle, argument51 pub free: extern "C" fn(handle: ForeignFutureHandle), argument54 impl Drop for ForeignFuture { implementation60 unsafe impl Send for ForeignFuture {} implementation64 F: FnOnce(ForeignFutureCallback<T::ReturnType>, u64) -> ForeignFuture, in foreign_async_call()
60 impl FfiDefault for crate::ForeignFuture { implementation