Skip to main content
ptr_mut_is_null_spec
vstd_
extra
In vstd_
extra::
external::
ptr
vstd_extra
::
external
::
ptr
Function
ptr_
mut_
is_
null_
spec
Copy item path
Source
pub
open spec
fn ptr_mut_is_null_spec<T:
PointeeSized
>(ptr:
*mut T
) ->
bool
Expand description
{ ptr.addr() ==
0
}