[−][src]Trait cpp_core::CastInto
Performs some of the conversions that are available implicitly in C++.
CastInto is automatically implemented for all CastFrom conversions,
similar to From and Into traits from std.
Performs some of the conversions that are available implicitly in C++.
CastInto is automatically implemented for all CastFrom conversions,
similar to From and Into traits from std.
unsafe fn cast_into(self) -> T