Struct phper_sys::_zend_function_entry
source · #[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_char
§handler: zif_handler
§arg_info: *const _zend_internal_arg_info
§num_args: u32
§flags: u32
Trait Implementations§
source§impl Clone for _zend_function_entry
impl Clone for _zend_function_entry
source§fn clone(&self) -> _zend_function_entry
fn clone(&self) -> _zend_function_entry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more