Type Definition ext_php_rs::zend::FunctionEntry

source ·
pub type FunctionEntry = zend_function_entry;
Expand description

A Zend function entry.

Implementations§

source§

impl FunctionEntry

source

pub fn end() -> Self

Returns an empty function entry, signifing the end of a function list.

source

pub fn into_raw(self) -> *mut Self

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

Trait Implementations§

source§

impl Debug for FunctionEntry

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more