Struct phper_sys::_zend_ptr_stack
source · #[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_int
§max: c_int
§elements: *mut *mut c_void
§top_element: *mut *mut c_void
§persistent: zend_bool
Trait Implementations§
source§impl Clone for _zend_ptr_stack
impl Clone for _zend_ptr_stack
source§fn clone(&self) -> _zend_ptr_stack
fn clone(&self) -> _zend_ptr_stack
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