pub struct MPlaceTy<'tcx, Prov = AllocId>where
Prov: Provenance,{
mplace: MemPlace<Prov>,
pub layout: TyAndLayout<'tcx, Ty<'tcx>>,
}
Expand description
A MemPlace with its layout. Constructing it is only possible in this module.
Fields§
§mplace: MemPlace<Prov>
§layout: TyAndLayout<'tcx, Ty<'tcx>>
Trait Implementations§
source§impl VisitProvenance for MPlaceTy<'_, Provenance>
impl VisitProvenance for MPlaceTy<'_, Provenance>
fn visit_provenance(&self, visit: &mut VisitWith<'_>)
Auto Trait Implementations§
impl<'tcx, Prov = AllocId> !RefUnwindSafe for MPlaceTy<'tcx, Prov>
impl<'tcx, Prov> Send for MPlaceTy<'tcx, Prov>where
Prov: Send,
impl<'tcx, Prov> Sync for MPlaceTy<'tcx, Prov>where
Prov: Sync,
impl<'tcx, Prov> Unpin for MPlaceTy<'tcx, Prov>where
Prov: Unpin,
impl<'tcx, Prov = AllocId> !UnwindSafe for MPlaceTy<'tcx, Prov>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
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.