virtual_cwd_globals

Type Alias virtual_cwd_globals 

Source
pub type virtual_cwd_globals = _virtual_cwd_globals;

Aliased Type§

#[repr(C)]
pub struct virtual_cwd_globals { pub cwd: _cwd_state, pub realpath_cache_size: i32, pub realpath_cache_size_limit: i32, pub realpath_cache_ttl: i32, pub realpath_cache: [*mut _realpath_cache_bucket; 1024], }

Fields§

§cwd: _cwd_state§realpath_cache_size: i32§realpath_cache_size_limit: i32§realpath_cache_ttl: i32§realpath_cache: [*mut _realpath_cache_bucket; 1024]