Type Definition jlrs::wrappers::ptr::FunctionRef[][src]

pub type FunctionRef<'scope, 'data> = Ref<'scope, 'data, Function<'scope, 'data>>;
Expand description

A reference to an Function

Trait Implementations

Check if the layout of the implementor is compatible with the layout of ty. This argument is a Value to account for the fact that a field type can be a Union, UnionAll or Union{}. Read more