Function rustc::middle::trans::meth::trans_trait_callee_from_llval[src]

pub fn trans_trait_callee_from_llval<'a>(bcx: &'a Block<'a>, callee_ty: t, n_method: uint, llpair: ValueRef) -> Callee<'a>

Same as trans_trait_callee() above, except that it is given a by-ref pointer to the object pair.