[−][src]Struct phper_sys::_zend_compiler_globals
Fields
loop_var_stack: zend_stackactive_class_entry: *mut zend_class_entrycompiled_filename: *mut zend_stringzend_lineno: c_intactive_op_array: *mut zend_op_arrayfunction_table: *mut HashTableclass_table: *mut HashTablefilenames_table: HashTableauto_globals: *mut HashTableparse_error: zend_boolin_compilation: zend_boolunclean_shutdown: zend_boolini_parser_unbuffered_errors: zend_boolopen_files: zend_llistini_parser_param: *mut _zend_ini_parser_paramstart_lineno: u32increment_lineno: zend_booldoc_comment: *mut zend_stringextra_fn_flags: u32compiler_options: u32context: zend_oparray_contextfile_context: zend_file_contextarena: *mut zend_arenainterned_strings: HashTablescript_encoding_list: *mut *const zend_encodingscript_encoding_list_size: usizemultibyte: zend_booldetect_unicode: zend_boolencoding_declared: zend_boolast: *mut zend_astast_arena: *mut zend_arenadelayed_oplines_stack: zend_stackTrait Implementations
impl Clone for _zend_compiler_globals[src]
fn clone(&self) -> _zend_compiler_globals[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _zend_compiler_globals[src]
Auto Trait Implementations
impl RefUnwindSafe for _zend_compiler_globals
impl !Send for _zend_compiler_globals
impl !Sync for _zend_compiler_globals
impl Unpin for _zend_compiler_globals
impl UnwindSafe for _zend_compiler_globals
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,