CValue
Constructors
Functions
get Pointer
Link copied to clipboard
Copies the values to placement and returns the pointer to the copy.
Properties
Extensions
use Contents
Link copied to clipboard
inline fun <T : CStructVar, R> CValue<T>.useContents(block: T.() -> R): R
Content copied to clipboard
Calls the block with temporary copy of this value as receiver.