WIDE_PTR_ADDR
rustc_
middle
1.91.0-nightly
(7ad23f43a 2025-09-09)
In rustc_
middle::
ty::
layout
rustc_middle
::
ty
::
layout
Constant
WIDE_
PTR_
ADDR
Copy item path
Source
pub const WIDE_PTR_ADDR:
usize
= 0;
Expand description
The first half of a wide pointer.
For a trait object, this is the address of the box.
For a slice, this is the base address.