Type Definition tp_runtime_interface::Pointer[][src]

type Pointer<T> = Pointer<T>;

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

Trait Implementations

impl<T: PointerType> FromFFIValue for Pointer<T>[src]

type SelfInstance = Self

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

impl<T: PointerType> IntoFFIValue for Pointer<T>[src]

impl<T: PointerType> RIType for Pointer<T>[src]

type FFIType = u32

The ffi type that is used to represent Self.