[−]Crate opaque_pointer
FFI opaque pointers.
FFI to use Rust objects from C as opaque pointer.
Modules
| c | Specific C types like C-like string pointers. |
Functions
| free⚠ | Deprecated |
| mut_object⚠ | Mutable reference to a object but without back to own it. |
| object⚠ | Reference to a object but without back to own it. |
| own_back⚠ | Opposite of |
| raw | Get a heap-allocated raw pointer without ownership. |