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