Struct ffi_utils::OpaqueCtx [] [src]

pub struct OpaqueCtx(pub *mut c_void);

Type that holds opaque user data handed into FFI functions

Trait Implementations

impl Clone for OpaqueCtx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OpaqueCtx
[src]

impl Send for OpaqueCtx
[src]

impl Into<*mut c_void> for OpaqueCtx
[src]

Performs the conversion.