Struct rustc_const_eval::interpret::PlaceTy [−][src]
pub struct PlaceTy<'tcx, Tag: Provenance = AllocId> {
place: Place<Tag>,
pub layout: TyAndLayout<'tcx>,
}
Fields
place: Place<Tag>
layout: TyAndLayout<'tcx>
Implementations
Methods from Deref<Target = Place<Tag>>
Trait Implementations
Auto Trait Implementations
impl<'tcx, Tag = AllocId> !RefUnwindSafe for PlaceTy<'tcx, Tag>
impl<'tcx, Tag = AllocId> !UnwindSafe for PlaceTy<'tcx, Tag>
Blanket Implementations
Mutably borrows from an owned value. Read more
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.