Searched defs:BaseWithVtable (Results 1 – 2 of 2) sorted by relevance
13 pub struct BaseWithVtable<T> { struct14 pub vtable_: *const BaseWithVtable__bindgen_vtable, argument18 impl<T> Default for BaseWithVtable<T> { argument
11 class BaseWithVtable { class