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>>
Trait Implementations§
source§impl VisitTags for ImmTy<'_, Provenance>
impl VisitTags for ImmTy<'_, Provenance>
Auto Trait Implementations§
impl<'tcx, Prov = AllocId> !RefUnwindSafe for ImmTy<'tcx, Prov>
impl<'tcx, Prov> Send for ImmTy<'tcx, Prov>where Prov: Send,
impl<'tcx, Prov> Sync for ImmTy<'tcx, Prov>where Prov: Sync,
impl<'tcx, Prov> Unpin for ImmTy<'tcx, Prov>where Prov: Unpin,
impl<'tcx, Prov = AllocId> !UnwindSafe for ImmTy<'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.