Module konst::ptr

source ·
Expand description

Const equivalents of raw pointer and NonNull methods.

§Removed in 0.3.0

These functions were removed in 0.3.0 because there is an equivalent const fn in the standard library:

  • deref: raw pointers can be dereferenced since Rust 1.58.0

  • deref_mut: the unstable feature for using mutable references also allows dereferencing mutable pointers.

Modules§

Functions§