Union phper_sys::_zend_parser_stack_elem
source · #[repr(C)]
pub union _zend_parser_stack_elem {
pub ast: *mut zend_ast,
pub str_: *mut zend_string,
pub num: zend_ulong,
pub ptr: *mut c_uchar,
}
Fields§
§ast: *mut zend_ast
§str_: *mut zend_string
§num: zend_ulong
§ptr: *mut c_uchar
Trait Implementations§
source§impl Clone for _zend_parser_stack_elem
impl Clone for _zend_parser_stack_elem
source§fn clone(&self) -> _zend_parser_stack_elem
fn clone(&self) -> _zend_parser_stack_elem
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