Expand description
Where miscellaneous traits reside.
Traits§
- Into
Inner - Unwraps a type into its owned value.
- Into
Owned - For cloning a reference-like type into a (preferably ffi-safe) owned type.
- Into
ReprC - Converts a
#[repr(Rust)]
type into its#[repr(C)]
equivalent. - Into
Repr Rust - Converts a
#[repr(C)]
type into its#[repr(Rust)]
equivalent.