rustc::ty::layout::FAT_PTR_EXTRA [] [src]

pub const FAT_PTR_EXTRA: usize = 1
Unstable (rustc_private)

The second half of a fat pointer. - For a trait object, this is the address of the vtable. - For a slice, this is the length.