CStructVar

abstract class CStructVar(rawPtr: NativePtr) : CVariable(source)

The C struct-typed variable located in memory.

Since Kotlin

1.3

Constructors

Link copied to clipboard
constructor(rawPtr: NativePtr)

Types

Link copied to clipboard
open class