Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Assign ¶
func Assign(v interface{}) uintptr
Assign assigns the given value and returns the fake pointer.
func AssignOnce ¶
func AssignOnce(v interface{}) uintptr
AssignOnce stores the given value so that, when the value is retrieved, it will immediately be deleted.
func Delete ¶
func Delete(ptr uintptr)
Delete deletes a boxed value. It is exposed to C under the name "callbackDelete".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.