Struct phper_sys::_zend_ptr_stack [−][src]
#[repr(C)]pub struct _zend_ptr_stack { pub top: c_int, pub max: c_int, pub elements: *mut *mut c_void, pub top_element: *mut *mut c_void, pub persistent: zend_bool, }
Fields
top: c_intmax: c_intelements: *mut *mut c_voidtop_element: *mut *mut c_voidpersistent: zend_boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_ptr_stackimpl !Send for _zend_ptr_stackimpl !Sync for _zend_ptr_stackimpl Unpin for _zend_ptr_stackimpl UnwindSafe for _zend_ptr_stackBlanket Implementations
Mutably borrows from an owned value. Read more