pub type OpaqueContext = *const c_void;Expand description
We pass here main context of parent program
Trait Implementations§
Source§impl FFIConversion<*const c_void> for OpaqueContext
impl FFIConversion<*const c_void> for OpaqueContext
Source§unsafe fn ffi_from_const(ffi: *const Self) -> OpaqueContext_FFI
unsafe fn ffi_from_const(ffi: *const Self) -> OpaqueContext_FFI
Safety Read more
Source§unsafe fn ffi_to_const(obj: OpaqueContext_FFI) -> *const Self
unsafe fn ffi_to_const(obj: OpaqueContext_FFI) -> *const Self
Safety Read more