CStruct

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CStruct(val spelling: String)(source)

Since Kotlin

1.3

Types

Link copied to clipboard
annotation class ArrayMemberAt(val offset: Long)
Since Kotlin 1.3
Link copied to clipboard
annotation class BitField(val offset: Long, val size: Int)
Since Kotlin 1.3
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CPlusPlusClass
Since Kotlin 1.3
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ManagedType
Since Kotlin 1.3
Link copied to clipboard
annotation class MemberAt(val offset: Long)
Since Kotlin 1.3
Link copied to clipboard
annotation class VarType(val size: Long, val align: Int)
Since Kotlin 1.3

Properties

Link copied to clipboard
Since Kotlin 1.3