Struct phper_sys::_zend_vm_stack
source · #[repr(C)]pub struct _zend_vm_stack {
pub top: *mut zval,
pub end: *mut zval,
pub prev: zend_vm_stack,
}
Fields§
§top: *mut zval
§end: *mut zval
§prev: zend_vm_stack
Trait Implementations§
source§impl Clone for _zend_vm_stack
impl Clone for _zend_vm_stack
source§fn clone(&self) -> _zend_vm_stack
fn clone(&self) -> _zend_vm_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