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

pub type ModuleRef<'scope> = Ref<'scope, 'static, Module<'scope>>;
Expand description

A reference to a Module

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