Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
Kotlin libraries
Toggle table of contents
1.8
Select version
2.2
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
Platform filter
Native
Switch theme
Search in API
Kotlin libraries
kotlin-stdlib
/
kotlinx.cinterop
/
CStructVar
CStruct
Var
Native
abstract
class
CStructVar
(
rawPtr
:
NativePtr
)
:
CVariable
(
source
)
The C struct-typed variable located in memory.
Since Kotlin
1.3
Members
Members & Extensions
Constructors
CStruct
Var
Link copied to clipboard
Native
constructor
(
rawPtr
:
NativePtr
)
Types
Type
Link copied to clipboard
Native
open
class