Type Alias rupta::mir::call_site::BaseCallSite
source · pub type BaseCallSite = BaseCallSiteS<FuncId>;Aliased Type§
struct BaseCallSite {
pub func: FuncId,
pub location: Location,
}Fields§
§func: FuncId§location: LocationTrait Implementations§
source§impl CGCallSite for BaseCallSite
impl CGCallSite for BaseCallSite
source§impl From<&BaseCallSiteS<CSFuncId>> for BaseCallSite
impl From<&BaseCallSiteS<CSFuncId>> for BaseCallSite
source§fn from(callsite: &CSBaseCallSite) -> Self
fn from(callsite: &CSBaseCallSite) -> Self
Converts to this type from the input type.
source§impl From<BaseCallSiteS<CSFuncId>> for BaseCallSite
impl From<BaseCallSiteS<CSFuncId>> for BaseCallSite
source§fn from(callsite: CSBaseCallSite) -> Self
fn from(callsite: CSBaseCallSite) -> Self
Converts to this type from the input type.