Function rustc::middle::trans::meth::make_vtable[src]
pub fn make_vtable<I: Iterator<ValueRef>>(ccx: &CrateContext, drop_glue: ValueRef, ptrs: I) -> ValueRef
Helper function to declare and initialize the vtable.
pub fn make_vtable<I: Iterator<ValueRef>>(ccx: &CrateContext, drop_glue: ValueRef, ptrs: I) -> ValueRef
Helper function to declare and initialize the vtable.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).