pub struct ForeignExecutorHandle(/* private fields */);
Expand description
Reexport items from other uniffi creates Opaque handle for a foreign task executor.
Foreign code can either use an actual pointer, or use an integer value casted to it.
Trait Implementations§
Source§impl Clone for ForeignExecutorHandle
impl Clone for ForeignExecutorHandle
Source§fn clone(&self) -> ForeignExecutorHandle
fn clone(&self) -> ForeignExecutorHandle
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 moreSource§impl Debug for ForeignExecutorHandle
impl Debug for ForeignExecutorHandle
impl Copy for ForeignExecutorHandle
impl Send for ForeignExecutorHandle
impl Sync for ForeignExecutorHandle
Auto Trait Implementations§
impl Freeze for ForeignExecutorHandle
impl RefUnwindSafe for ForeignExecutorHandle
impl Unpin for ForeignExecutorHandle
impl UnwindSafe for ForeignExecutorHandle
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