#[repr(C)]pub struct _zend_array__bindgen_ty_1__bindgen_ty_1 {
pub flags: zend_uchar,
pub _unused: zend_uchar,
pub nIteratorsCount: zend_uchar,
pub _unused2: zend_uchar,
}Fields§
§flags: zend_uchar§_unused: zend_uchar§nIteratorsCount: zend_uchar§_unused2: zend_ucharTrait Implementations§
source§impl Clone for _zend_array__bindgen_ty_1__bindgen_ty_1
impl Clone for _zend_array__bindgen_ty_1__bindgen_ty_1
source§fn clone(&self) -> _zend_array__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _zend_array__bindgen_ty_1__bindgen_ty_1
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 moresource§impl Default for _zend_array__bindgen_ty_1__bindgen_ty_1
impl Default for _zend_array__bindgen_ty_1__bindgen_ty_1
source§fn default() -> _zend_array__bindgen_ty_1__bindgen_ty_1
fn default() -> _zend_array__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more