Skip to main content

VTABLE_SLOT_ALIGN

Constant VTABLE_SLOT_ALIGN 

Source
pub const VTABLE_SLOT_ALIGN: u32 = 4;
Expand description

Per-slot alignment in bytes inside a trait vtable. Slots are i32-sized funcref indices.