Function core::intrinsics::size_of_val[][src]

pub unsafe extern "rust-intrinsic" fn size_of_val<T: ?Sized>(
    _: *const T
) -> usize
🔬 This is a nightly-only experimental API. (core_intrinsics)

intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library

Expand description

引用值的大小 (以字节为单位)。

此内联函数的稳定版本为 mem::size_of_val