Type Definition sp_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]
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
fn from_ffi_value(_: &mut dyn FunctionContext, arg: u32) -> Result<Self>
[src]
impl<T: PointerType> IntoFFIValue for Pointer<T>
[src]
impl<T: PointerType> IntoFFIValue for Pointer<T>
[src]