rustc_
middle
1.84.0-nightly
(86d69c705 2024-10-22)
In rustc_
middle::
ty::
layout
rustc_middle
::
ty
::
layout
Constant
WIDE_PTR_EXTRA
Copy item path
source
pub const WIDE_PTR_EXTRA:
usize
= 1;
Expand description
The second half of a wide pointer.
For a trait object, this is the address of the vtable.
For a slice, this is the length.