CStruct

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

Types

ArrayMemberAt
Link copied to clipboard
annotation class ArrayMemberAt(offset: Long)
BitField
Link copied to clipboard
annotation class BitField(offset: Long, size: Int)
MemberAt
Link copied to clipboard
annotation class MemberAt(offset: Long)
VarType
Link copied to clipboard
annotation class VarType(size: Long, align: Int)

Properties

spelling
Link copied to clipboard
val spelling: String