Constant rustc_codegen_llvm::abi::FAT_PTR_ADDR

source ยท
pub const FAT_PTR_ADDR: usize = 0; // 0usize
Expand description

The first half of a fat pointer.

  • For a trait object, this is the address of the box.
  • For a slice, this is the base address.