rustc_back::abi::FAT_PTR_EXTRAUnstable [-] [+] [src]

pub const FAT_PTR_EXTRA: usize = 1

The second half of a fat pointer. - For a closure, this is the address of the environment. - For an object or trait instance, this is the address of the vtable. - For a slice, this is the length.