Struct ext_php_rs::bindings::_zend_objects_store [−][src]
#[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_objecttop: u32size: u32free_list_head: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_objects_store
impl !Send for _zend_objects_store
impl !Sync for _zend_objects_store
impl Unpin for _zend_objects_store
impl UnwindSafe for _zend_objects_store
Blanket Implementations
Mutably borrows from an owned value. Read more