Function vtable_size
pub unsafe fn vtable_size(ptr: *const ()) -> usize
The intrinsic will return the size stored in that vtable.
Safety
ptr must point to a vtable.
vtable_sizepub unsafe fn vtable_size(ptr: *const ()) -> usize
The intrinsic will return the size stored in that vtable.
ptr must point to a vtable.