Interface returns the object converted to any. See table in package comment for details.
()
| 75 | |
| 76 | // Interface returns the object converted to any. See table in package comment for details. |
| 77 | func (o *Object) Interface() any { return o.object.Interface() } |
| 78 | |
| 79 | // Unsafe returns the object as an uintptr, which can be converted via unsafe.Pointer. Not intended for public use. |
| 80 | func (o *Object) Unsafe() uintptr { return o.object.Unsafe() } |
no outgoing calls