pub struct ImmTy<'tcx, Prov = AllocId>where
Prov: Provenance,{
imm: Immediate<Prov>,
pub layout: TyAndLayout<'tcx, Ty<'tcx>>,
}
Fields§
§imm: Immediate<Prov>
§layout: TyAndLayout<'tcx, Ty<'tcx>>
Auto Trait Implementations§
impl<'tcx, Prov = AllocId> !RefUnwindSafe for ImmTy<'tcx, Prov>
impl<'tcx, Prov = AllocId> !Send for ImmTy<'tcx, Prov>
impl<'tcx, Prov = AllocId> !Sync for ImmTy<'tcx, Prov>
impl<'tcx, Prov> Unpin for ImmTy<'tcx, Prov>where
Prov: Unpin,
impl<'tcx, Prov = AllocId> !UnwindSafe for ImmTy<'tcx, Prov>
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.