Module core::raw 
                   
                       [−]
                   
               [src]
Unstable (
raw #27751)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
| Slice | 
                               [Deprecated] [Unstable]  The representation of a slice like   | 
                       
| TraitObject | 
                               [Unstable]  The representation of a trait object like   | 
                       
Traits
| Repr | 
                               [Deprecated] [Unstable]  This trait is meant to map equivalences between raw structs and their corresponding rust values.  |