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

pub const FAT_PTR_ADDR: usize = 0

The first half of a fat pointer. - For a closure, this is the code address. - For an object or trait instance, this is the address of the box. - For a slice, this is the base address.