pub type Pointer<T> = Pointer<T>;
Expand description

A pointer that can be used in a runtime interface function signature.

Trait Implementations

As Self can be an unsized type, it needs to be represented by a sized type at the host. This SelfInstance is the sized type. Read more

Create SelfInstance from the given

Convert self into a ffi value.

The ffi type that is used to represent Self.