Module rustc::ty::adjustment
[−]
[src]
Unstable (
rustc_private
)Reexports
pub use self::AutoAdjustment::*; |
pub use self::AutoRef::*; |
Structs
AutoDerefRef |
[Unstable] Represents coercing a pointer to a different kind of pointer - where 'kind' here means either or both of raw vs borrowed vs unique and fat vs thin. |
Enums
AutoAdjustment | [Unstable] |
AutoRef | [Unstable] |
CustomCoerceUnsized | [Unstable] |