Type Alias zend_ptr_stack

Source
pub type zend_ptr_stack = _zend_ptr_stack;

Aliased Type§

#[repr(C)]
pub 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