Type Definition ext_php_rs::php::module::ModuleEntry[][src]

pub type ModuleEntry = zend_module_entry;
Expand description

A Zend module entry. Alias.

Implementations

Converts the module entry into a raw pointer, releasing it to the C world.