Crate opaque_pointer[]

Expand description

FFI opaque pointers.

FFI to use Rust objects from C as opaque pointer.

Modules

Opaque pointers errors.

Functions

freeDeprecated

Call to own_back<T>() ignoring the result.

Mutable reference to a object but without back to own it.

Reference to a object but without to own it.

Opposite of raw<T>(), to use Rust’s ownership as usually.

Get a heap-allocated raw pointer without ownership.