Type Alias phper_sys::zend_ptr_stack
source · pub type zend_ptr_stack = _zend_ptr_stack;
Aliased Type§
struct zend_ptr_stack {
pub top: i32,
pub max: i32,
pub elements: *mut *mut c_void,
pub top_element: *mut *mut c_void,
pub persistent: bool,
}
Fields§
§top: i32
§max: i32
§elements: *mut *mut c_void
§top_element: *mut *mut c_void
§persistent: bool
Trait Implementations
impl Copy for _zend_ptr_stack
source§impl Debug for _zend_ptr_stack
impl Debug for _zend_ptr_stack
source§impl Default for _zend_ptr_stack
impl Default for _zend_ptr_stack
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