Module abi_stable::pointer_trait::immutable_ref
source · Expand description
const
equivalents of ImmutableRef
methods.
Functions§
- Constructs this pointer from a
NonNull
. - Converts a raw pointer to an
T
pointer. - Converts the
from
pointer to aNonNull
. - Converts the
from
pointer to a raw pointer.