Struct phper_sys::_zval_struct
source · #[repr(C)]pub struct _zval_struct {
pub value: zend_value,
pub u1: _zval_struct__bindgen_ty_1,
pub u2: _zval_struct__bindgen_ty_2,
}
Fields§
§value: zend_value
§u1: _zval_struct__bindgen_ty_1
§u2: _zval_struct__bindgen_ty_2
Trait Implementations§
source§impl Clone for _zval_struct
impl Clone for _zval_struct
source§fn clone(&self) -> _zval_struct
fn clone(&self) -> _zval_struct
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