Function vtable_align
unsafe fn vtable_align(ptr: *const ()) -> usize
The intrinsic will return the alignment stored in that vtable.
Safety
ptr must point to a vtable.
vtable_alignunsafe fn vtable_align(ptr: *const ()) -> usize
The intrinsic will return the alignment stored in that vtable.
ptr must point to a vtable.