rustc_
middle
1.83.0-nightly
(2bd1e894e 2024-09-26)
In rustc_
middle::
ty::
layout
rustc_middle
::
ty
::
layout
Constant
FAT_PTR_ADDR
Copy item path
source
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.