Struct uniffi::ffi::foreignfuture::ForeignFutureResult
#[repr(C)]pub struct ForeignFutureResult<T> {
return_value: T,
call_status: RustCallStatus,
}
Expand description
C struct that represents the result of a foreign future
Fields§
§return_value: T
§call_status: RustCallStatus
Auto Trait Implementations§
impl<T> RefUnwindSafe for ForeignFutureResult<T>where T: RefUnwindSafe,
impl<T> Send for ForeignFutureResult<T>where T: Send,
impl<T> !Sync for ForeignFutureResult<T>
impl<T> Unpin for ForeignFutureResult<T>where T: Unpin,
impl<T> UnwindSafe for ForeignFutureResult<T>where T: UnwindSafe,
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