kotlin-stdlib
Native
kotlin-stdlib
/
kotlinx.cinterop.internal
/
CStruct
/
BitField
Bit
Field
Native
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
]
)
annotation class
BitField
(
val
offset
:
Long
,
val
size
:
Int
)
Properties
Properties
offset
Link copied to clipboard
Native
val
offset
:
Long
size
Link copied to clipboard
Native
val
size
:
Int