Type Definition rustc::mir::LvalueProjection
[−]
[src]
type LvalueProjection<'tcx> = Projection<'tcx, Lvalue<'tcx>, Operand<'tcx>>;
🔬 This is a nightly-only experimental API. (
rustc_private
)Alias for projections as they appear in lvalues, where the base is an lvalue and the index is an operand.