CPointerVarOf
Types
Companion
companion object Companion : Type
Constructors
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: NativePtr
value
The value of this variable.
var <P : CPointer<*>> CPointerVarOf<P>.value: P?
Extension Functions
getRawPointer
fun NativePointed.getRawPointer(): NativePtr