Struct ext_php_rs::ffi::_zend_function_entry[][src]

#[repr(C)]
pub struct _zend_function_entry { pub fname: *const c_char, pub handler: zif_handler, pub arg_info: *const _zend_internal_arg_info, pub num_args: u32, pub flags: u32, }

Fields

fname: *const c_charhandler: zif_handlerarg_info: *const _zend_internal_arg_infonum_args: u32flags: u32

Implementations

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

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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.