Enum rustc_infer::infer::outlives::components::Component [−][src]
pub enum Component<'tcx> {
Region(Region<'tcx>),
Param(ParamTy),
UnresolvedInferenceVariable(InferTy),
Projection(ProjectionTy<'tcx>),
EscapingProjection(Vec<Component<'tcx>>),
}
Variants
Region(Region<'tcx>)
Tuple Fields of Region
0: Region<'tcx>
Param(ParamTy)
Tuple Fields of Param
0: ParamTy
UnresolvedInferenceVariable(InferTy)
Tuple Fields of UnresolvedInferenceVariable
0: InferTy
Projection(ProjectionTy<'tcx>)
Tuple Fields of Projection
0: ProjectionTy<'tcx>
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for Component<'tcx>
impl<'tcx> !UnwindSafe for Component<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes
Size for each variant:
Region
: 12 bytesParam
: 8 bytesUnresolvedInferenceVariable
: 8 bytesProjection
: 20 bytesEscapingProjection
: 28 bytes