Type Alias temp_variable

Source
pub type temp_variable = _temp_variable;

Aliased Type§

#[repr(C)]
pub union temp_variable {
    pub tmp_var: _zval_struct,
    pub var: _temp_variable__bindgen_ty_1,
    pub str_offset: _temp_variable__bindgen_ty_2,
    pub fe: _temp_variable__bindgen_ty_3,
    pub class_entry: *mut _zend_class_entry,
    /* private fields */
}

Fields§

§tmp_var: _zval_struct§var: _temp_variable__bindgen_ty_1§str_offset: _temp_variable__bindgen_ty_2§fe: _temp_variable__bindgen_ty_3§class_entry: *mut _zend_class_entry