Struct phper_sys::_virtual_cwd_globals [−][src]
#[repr(C)]pub struct _virtual_cwd_globals { pub cwd: cwd_state, pub realpath_cache_size: zend_long, pub realpath_cache_size_limit: zend_long, pub realpath_cache_ttl: zend_long, pub realpath_cache: [*mut realpath_cache_bucket; 1024], }
Fields
cwd: cwd_staterealpath_cache_size: zend_longrealpath_cache_size_limit: zend_longrealpath_cache_ttl: zend_longrealpath_cache: [*mut realpath_cache_bucket; 1024]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _virtual_cwd_globalsimpl !Send for _virtual_cwd_globalsimpl !Sync for _virtual_cwd_globalsimpl Unpin for _virtual_cwd_globalsimpl UnwindSafe for _virtual_cwd_globalsBlanket Implementations
Mutably borrows from an owned value. Read more