pub struct FfiReturn {
pub return_type: FfiType,
pub ownership: Ownership,
}Expand description
Return value specification
Fields§
§return_type: FfiTypeThe type of the return value
ownership: OwnershipMemory ownership
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FfiReturn
impl<'de> Deserialize<'de> for FfiReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FfiReturn
impl RefUnwindSafe for FfiReturn
impl Send for FfiReturn
impl Sync for FfiReturn
impl Unpin for FfiReturn
impl UnwindSafe for FfiReturn
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