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
Tpointer. - to_
nonnull - Converts the
frompointer to aNonNull. - to_
raw_ ptr - Converts the
frompointer to a raw pointer.