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: i64, pub realpath_cache_size_limit: i64, pub realpath_cache_ttl: i64, pub realpath_cache: [*mut _realpath_cache_bucket; 1024], }

Fields§

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