[][src]Module rfc::core::convert::cast

🔬 This is a nightly-only experimental API. (cast)

🌟 (Extension) Bit-altering conversions.

This module demonstrates how the transmute API may be used to permit sound and complete slice casting and Vec casting.

For more information on this extension, see here.

Modules

optionsExperimental

Options for casting.

Traits

CastFromExperimental

Instantiate Self from a value of type Src.

CastIntoExperimental

Cast Self into Dst.