Module vizia_core::vg::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§
- A trait that supports the conversion from a C/C++ value into its Rust wrapper and back.
- This trait supports the conversion of a wrapper into it’s wrapped C/C++ pointer and back.
- A trait that supports the conversion from a C/C++ reference into its Rust wrapper and back.
- A trait that supports the conversion from a C/C++ value into its Rust wrapper and back.