rustc::mir::repr::LvalueProjection [] [src]

type LvalueProjection<'tcx> = Projection<'tcx, Lvalue<'tcx>, Operand<'tcx>>;
Unstable (rustc_private)

Alias for projections as they appear in lvalues, where the base is an lvalue and the index is an operand.