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> 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
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.