pub type zend_parser_stack_elem = _zend_parser_stack_elem;

Aliased Type§

union zend_parser_stack_elem {
    pub ast: *mut _zend_ast,
    pub str_: *mut _zend_string,
    pub num: u64,
    pub ptr: *mut u8,
    pub ident: *mut u8,
}

Fields§

§ast: *mut _zend_ast§str_: *mut _zend_string§num: u64§ptr: *mut u8§ident: *mut u8

Trait Implementations

source§

impl Clone for _zend_parser_stack_elem

source§

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)

Performs copy-assignment from source. Read more
source§

impl Default for _zend_parser_stack_elem

source§

fn default() -> Self

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

impl Copy for _zend_parser_stack_elem