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_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
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