Type Alias rupta::mir::call_site::CSBaseCallSite

source ·
pub type CSBaseCallSite = BaseCallSiteS<CSFuncId>;

Aliased Type§

struct CSBaseCallSite {
    pub func: CSFuncId,
    pub location: Location,
}

Fields§

§func: CSFuncId§location: Location

Trait Implementations§

source§

impl CGCallSite for CSBaseCallSite

source§

fn dot_fmt(&self, f: &mut Formatter<'_>) -> Result

source§

impl From<&Rc<CallSiteS<CSFuncId, Rc<CSPath>>>> for CSBaseCallSite

source§

fn from(callsite: &Rc<CSCallSite>) -> Self

Converts to this type from the input type.
source§

impl From<Rc<CallSiteS<CSFuncId, Rc<CSPath>>>> for CSBaseCallSite

source§

fn from(callsite: Rc<CSCallSite>) -> Self

Converts to this type from the input type.