kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop.internal
/
CStruct
/
MemberAt
Member
At
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
]
)
annotation class
MemberAt
(
val
offset
:
Long
)
Constructors
Properties
Constructors
Member
At
Link copied to clipboard
Native
fun
MemberAt
(
offset
:
Long
)
Properties
offset
Link copied to clipboard
Native
val
offset
:
Long