Function vstd::raw_ptr::cast_ptr_to_usize
source · pub exec fn cast_ptr_to_usize<T: Sized>(ptr: *mut T) -> result : usize
Expand description
ensures
result == spec_cast_ptr_to_usize(ptr),
Don’t call this directly; use an as
-cast instead.