Vtable

Type Alias Vtable 

Source
pub type Vtable = *const *const ();
Expand description

The pointer to the table containing pointers to class virtual functions.

Use class_unsafe macro to generate Vtable.