pub const fn ptr_metadata<P, M>(_ptr: *const P) -> M
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on crate feature
dep_bytemuck
only.Expand description
Lowers in MIR to Rvalue::UnaryOp
with UnOp::PtrMetadata
.
This is used to implement functions like ptr::metadata
.