#[repr(C)]pub struct SendableFfiAsyncUdfHandle {
pub ptr: *mut FfiAsyncUdfHandle,
}Fields§
§ptr: *mut FfiAsyncUdfHandleTrait Implementations§
Source§impl Clone for SendableFfiAsyncUdfHandle
impl Clone for SendableFfiAsyncUdfHandle
Source§fn clone(&self) -> SendableFfiAsyncUdfHandle
fn clone(&self) -> SendableFfiAsyncUdfHandle
Returns a duplicate 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 moreimpl Copy for SendableFfiAsyncUdfHandle
impl Send for SendableFfiAsyncUdfHandle
impl Sync for SendableFfiAsyncUdfHandle
Auto Trait Implementations§
impl Freeze for SendableFfiAsyncUdfHandle
impl RefUnwindSafe for SendableFfiAsyncUdfHandle
impl Unpin for SendableFfiAsyncUdfHandle
impl UnwindSafe for SendableFfiAsyncUdfHandle
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