Type Alias phper_sys::zend_function

source ·
pub type zend_function = _zend_function;

Aliased Type§

union zend_function {
    pub type_: u8,
    pub quick_arg_flags: u32,
    pub common: _zend_function__bindgen_ty_1,
    pub op_array: _zend_op_array,
    pub internal_function: _zend_internal_function,
}

Fields§

§type_: u8§quick_arg_flags: u32§common: _zend_function__bindgen_ty_1§op_array: _zend_op_array§internal_function: _zend_internal_function

Trait Implementations

source§

impl Default for _zend_function

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _zend_function

source§

impl Clone for _zend_function

source§

fn clone(&self) -> _zend_function

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more