CStruct

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

Constructors

Link copied to clipboard
fun CStruct(spelling: String)

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY_GETTER])
annotation class ArrayMemberAt(val offset: Long)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER])
annotation class BitField(val offset: Long, val size: Int)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER])
annotation class MemberAt(val offset: Long)
Link copied to clipboard
annotation class VarType(val size: Long, val align: Int)

Properties

Link copied to clipboard