Module wrapper
Expand description
FFI interoperability for skia-safe’s wrapper types.
This module is only meant to be used by external code. Internal code should continue to use the traits in
the prelude
module.
Traits§
- Native
Transmutable Wrapper - A trait that supports the conversion from a C/C++ value into its Rust wrapper and back.
- Pointer
Wrapper - This trait supports the conversion of a wrapper into it’s wrapped C/C++ pointer and back.
- RefWrapper
- A trait that supports the conversion from a C/C++ reference into its Rust wrapper and back.
- Value
Wrapper - A trait that supports the conversion from a C/C++ value into its Rust wrapper and back.