Expand description
Provides two types, CSemiBox
and DisposeRef
Structs§
- CBox
- A wrapper for pointers made by C that are now completely owned by Rust, so they are not limited by any lifetimes.
- CSemi
Box - A wrapper for pointers made by C that are now partially owned in Rust.
Traits§
- Dispose
Ref - Implemented by any type of which its reference represents a C pointer that can be disposed.