pub fn get_pointer_projections<'tcx>(
    tcx: TyCtxt<'tcx>,
    ty: Ty<'tcx>
) -> Vec<(ProjectionElems, Ty<'tcx>)>
Expand description

Returns all the projections of pointer type fields contained in the given type