Pinned
data class Pinned<out T : Any>
Functions
get
Returns the underlying pinned object.
fun get(): T
Extension Functions
addressOf
fun Pinned<ShortArray>.addressOf(
index: Int
): CPointer<ShortVar>
fun Pinned<UByteArray>.addressOf(
index: Int
): CPointer<UByteVar>
fun Pinned<UShortArray>.addressOf(
index: Int
): CPointer<UShortVar>
fun Pinned<ULongArray>.addressOf(
index: Int
): CPointer<ULongVar>
fun Pinned<FloatArray>.addressOf(
index: Int
): CPointer<FloatVar>
fun Pinned<DoubleArray>.addressOf(
index: Int
): CPointer<DoubleVar>