Struct phper_sys::_zend_stack
source · #[repr(C)]pub struct _zend_stack {
pub size: c_int,
pub top: c_int,
pub max: c_int,
pub elements: *mut c_void,
}
Fields§
§size: c_int
§top: c_int
§max: c_int
§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