kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop.internal
/
CStruct
CStruct
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
CStruct
(
val
spelling
:
String
)
Types
Constructors
Properties
Constructors
CStruct
Link copied to clipboard
Native
fun
CStruct
(
spelling
:
String
)
Types
Array
Member
At
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY_GETTER
]
)
annotation class
ArrayMemberAt
(
val
offset
:
Long
)
Bit
Field
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
]
)
annotation class
BitField
(
val
offset
:
Long
,
val
size
:
Int
)
Member
At
Link copied to clipboard
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
]
)
annotation class
MemberAt
(
val
offset
:
Long
)
Var
Type
Link copied to clipboard
Native
annotation class
VarType
(
val
size
:
Long
,
val
align
:
Int
)
Properties
spelling
Link copied to clipboard
Native
val
spelling
:
String