Foreign Type core::ptr::metadata::VTable

source ·
extern {
    type VTable;
}
🔬This is a nightly-only experimental API. (ptr_metadata #81513)
Expand description

Opaque type for accessing vtables.

Private implementation detail of DynMetadata::size_of etc. There is conceptually not actually any Abstract Machine memory behind this pointer.