Struct phper_sys::_zend_file_context [−][src]
#[repr(C)]pub struct _zend_file_context { pub declarables: zend_declarables, pub current_namespace: *mut zend_string, pub in_namespace: zend_bool, pub has_bracketed_namespaces: zend_bool, pub imports: *mut HashTable, pub imports_function: *mut HashTable, pub imports_const: *mut HashTable, pub seen_symbols: HashTable, }
Fields
declarables: zend_declarablescurrent_namespace: *mut zend_stringin_namespace: zend_boolhas_bracketed_namespaces: zend_boolimports: *mut HashTableimports_function: *mut HashTableimports_const: *mut HashTableseen_symbols: HashTableTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_file_contextimpl !Send for _zend_file_contextimpl !Sync for _zend_file_contextimpl Unpin for _zend_file_contextimpl UnwindSafe for _zend_file_contextBlanket Implementations
Mutably borrows from an owned value. Read more