Struct ext_php_rs::bindings::_zend_array [−][src]
#[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_hu: _zend_array__bindgen_ty_1nTableMask: u32arData: *mut BucketnNumUsed: u32nNumOfElements: u32nTableSize: u32nInternalPointer: u32nNextFreeElement: zend_longpDestructor: dtor_func_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_array
impl !Send for _zend_array
impl !Sync for _zend_array
impl Unpin for _zend_array
impl UnwindSafe for _zend_array
Blanket Implementations
Mutably borrows from an owned value. Read more