Struct phper_sys::_virtual_cwd_globals
source · #[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_state§realpath_cache_size: zend_long§realpath_cache_size_limit: zend_long§realpath_cache_ttl: zend_long§realpath_cache: [*mut realpath_cache_bucket; 1024]Trait Implementations§
source§impl Clone for _virtual_cwd_globals
impl Clone for _virtual_cwd_globals
source§fn clone(&self) -> _virtual_cwd_globals
fn clone(&self) -> _virtual_cwd_globals
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more