PointerOwnedStruct

For StructType that does not own its pointer and thus is not responsible for freeing it in StructType.dispose.

Inheritors

Constructors

Link copied to clipboard
constructor(struct: StructType)

Functions

Link copied to clipboard
open override fun close()

Releases the native resources if this struct is owned by the application.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String