Expand description
const
equivalents of ImmutableRef
methods.
Functions§
- from_
nonnull ⚠ - Constructs this pointer from a
NonNull
. - from_
raw_ ⚠ptr - Converts a raw pointer to an
T
pointer. - to_
nonnull - Converts the
from
pointer to aNonNull
. - to_
raw_ ptr - Converts the
from
pointer to a raw pointer.