CPointerVarOf
Types
Companion
companion object Companion : TypeConstructors
Extension Properties
pointed
The code or data pointed by the value of this variable.
var <T : CPointed, P : CPointer<T>> CPointerVarOf<P>.pointed: T?rawPtr
val NativePointed?.rawPtr: NativePtrvalue
The value of this variable.
var <P : CPointer<*>> CPointerVarOf<P>.value: P?Extension Functions
getRawPointer
fun NativePointed.getRawPointer(): NativePtr