#[repr(C)]pub struct _zend_file_context {
    pub declarables: zend_declarables,
    pub current_namespace: *mut zend_string,
    pub in_namespace: bool,
    pub has_bracketed_namespaces: bool,
    pub imports: *mut HashTable,
    pub imports_function: *mut HashTable,
    pub imports_const: *mut HashTable,
    pub seen_symbols: HashTable,
}Fields§
§declarables: zend_declarables§current_namespace: *mut zend_string§in_namespace: bool§has_bracketed_namespaces: bool§imports: *mut HashTable§imports_function: *mut HashTable§imports_const: *mut HashTable§seen_symbols: HashTableAuto Trait Implementations§
impl Freeze for _zend_file_context
impl RefUnwindSafe for _zend_file_context
impl !Send for _zend_file_context
impl !Sync for _zend_file_context
impl Unpin for _zend_file_context
impl UnwindSafe for _zend_file_context
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more