[−][src]Type Definition sp_runtime_interface::Pointer
type Pointer<T> = Pointer<T>;
A pointer that can be used in a runtime interface function signature.
type Pointer<T> = Pointer<T>;
A pointer that can be used in a runtime interface function signature.
impl<T: PointerType> FromFFIValue for Pointer<T>[src][+]impl<T: PointerType> IntoFFIValue for Pointer<T>[src][+]impl<T: PointerType> RIType for Pointer<T>[src]