Struct phper_sys::_zend_objects_store
source · #[repr(C)]pub struct _zend_objects_store {
pub object_buckets: *mut *mut zend_object,
pub top: u32,
pub size: u32,
pub free_list_head: c_int,
}
Fields§
§object_buckets: *mut *mut zend_object
§top: u32
§size: u32
§free_list_head: c_int
Trait Implementations§
source§impl Clone for _zend_objects_store
impl Clone for _zend_objects_store
source§fn clone(&self) -> _zend_objects_store
fn clone(&self) -> _zend_objects_store
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