rustc_trans::back::abi::FAT_PTR_EXTRAExperimental [-]  [+] [src]

pub const FAT_PTR_EXTRA: uint = 1u

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.