pub const FAT_PTR_ADDR: usize = 0;
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.