kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop
/
StableRef
/
Companion
Companion
Native
object
Companion
Functions
Functions
create
Link copied to clipboard
Native
fun
<
T
:
Any
>
create
(
any
:
T
)
:
StableRef
<
T
>
Creates a handle for given object.
from
Value
Link copied to clipboard
Native
fun
fromValue
(
value
:
COpaquePointer
)
:
StableRef
<
Any
>
Creates
StableRef
from given raw value.