Function tracing::stdlib::intrinsics::size_of_val
source · pub const unsafe extern "rust-intrinsic" fn size_of_val<T>(
_: *const T,
) -> usizewhere
T: ?Sized,
🔬This is a nightly-only experimental API. (
core_intrinsics
)Expand description
The size of the referenced value in bytes.
The stabilized version of this intrinsic is crate::mem::size_of_val
.