[][src]Module std::raw

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

Contains struct definitions for the layout of compiler built-in types.

They can be used as targets of transmutes in unsafe code for manipulating the raw representations directly.

Their definition should always match the ABI defined in rustc::back::abi.

Structs

TraitObjectExperimental

The representation of a trait object like &SomeTrait.