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

source§

fn clone(&self) -> _zend_stack

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for _zend_stack

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _zend_stack

source§

impl Debug for _zend_stack

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more