Type Alias VarInfos
pub type VarInfos = IndexVec<RegionVid, RegionVariableInfo>;
Aliased Type§
#[repr(transparent)]pub struct VarInfos {
pub raw: Vec<RegionVariableInfo>,
/* private fields */
}
Fields§
§raw: Vec<RegionVariableInfo>
pub type VarInfos = IndexVec<RegionVid, RegionVariableInfo>;
#[repr(transparent)]pub struct VarInfos {
pub raw: Vec<RegionVariableInfo>,
/* private fields */
}
raw: Vec<RegionVariableInfo>