rustc::ty::layout::FAT_PTR_ADDR [] [src]

pub const FAT_PTR_ADDR: usize = 0
Unstable (rustc_private)

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.