Struct phper_sys::_zend_array
source · #[repr(C)]pub struct _zend_array {
pub gc: zend_refcounted_h,
pub u: _zend_array__bindgen_ty_1,
pub nTableMask: u32,
pub arData: *mut Bucket,
pub nNumUsed: u32,
pub nNumOfElements: u32,
pub nTableSize: u32,
pub nInternalPointer: u32,
pub nNextFreeElement: zend_long,
pub pDestructor: dtor_func_t,
}
Fields§
§gc: zend_refcounted_h
§u: _zend_array__bindgen_ty_1
§nTableMask: u32
§arData: *mut Bucket
§nNumUsed: u32
§nNumOfElements: u32
§nTableSize: u32
§nInternalPointer: u32
§nNextFreeElement: zend_long
§pDestructor: dtor_func_t
Trait Implementations§
source§impl Clone for _zend_array
impl Clone for _zend_array
source§fn clone(&self) -> _zend_array
fn clone(&self) -> _zend_array
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