realpath_cache_bucket

Type Alias realpath_cache_bucket 

Source
pub type realpath_cache_bucket = _realpath_cache_bucket;

Aliased Type§

#[repr(C)]
pub struct realpath_cache_bucket { pub key: u32, pub path: *mut i8, pub path_len: i32, pub realpath: *mut i8, pub realpath_len: i32, pub is_dir: i32, pub expires: i32, pub next: *mut _realpath_cache_bucket, }

Fields§

§key: u32§path: *mut i8§path_len: i32§realpath: *mut i8§realpath_len: i32§is_dir: i32§expires: i32§next: *mut _realpath_cache_bucket