rustc::mir::repr::LvalueElem
[−]
[src]
type LvalueElem<'tcx> = ProjectionElem<'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.