Type Alias phper_sys::zend_stack
source · pub type zend_stack = _zend_stack;
Aliased Type§
struct zend_stack {
pub size: i32,
pub top: i32,
pub max: i32,
pub elements: *mut c_void,
}
Fields§
§size: i32
§top: i32
§max: i32
§elements: *mut c_void
Trait Implementations
source§impl Clone for _zend_stack
impl Clone for _zend_stack
source§fn clone(&self) -> _zend_stack
fn clone(&self) -> _zend_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