Union phper_sys::_zend_parser_stack_elem [−][src]
#[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,
// some fields omitted
}Fields
ast: *mut zend_aststr: *mut zend_stringnum: zend_ulongptr: *mut c_ucharTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_parser_stack_elemimpl !Send for _zend_parser_stack_elemimpl !Sync for _zend_parser_stack_elemimpl Unpin for _zend_parser_stack_elemimpl UnwindSafe for _zend_parser_stack_elemBlanket Implementations
Mutably borrows from an owned value. Read more