type PlaceElem = ProjectionElem<LocalId>;Aliased Type§
enum PlaceElem {
Deref,
Field(FieldIndex),
Index(Idx<Local>),
ConstantIndex {
offset: u64,
from_end: bool,
},
Subslice {
from: u64,
to: u64,
},
Downcast(VariantId),
}