Enum rustc_trait_selection::traits::project::ProjectedTy [−][src]
Variants
Progress(Progress<'tcx>)
Tuple Fields of Progress
0: Progress<'tcx>
NoProgress(Ty<'tcx>)
Tuple Fields of NoProgress
0: Ty<'tcx>
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for ProjectedTy<'tcx>
impl<'tcx> !Send for ProjectedTy<'tcx>
impl<'tcx> !Sync for ProjectedTy<'tcx>
impl<'tcx> Unpin for ProjectedTy<'tcx>
impl<'tcx> !UnwindSafe for ProjectedTy<'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: 40 bytes
Size for each variant:
Progress
: 32 bytesNoProgress
: 8 bytes