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 realpath: *mut i8, pub next: *mut _realpath_cache_bucket, pub expires: i32, pub path_len: u16, pub realpath_len: u16, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: [u8; 3], }

Fields§

§key: u32§path: *mut i8§realpath: *mut i8§next: *mut _realpath_cache_bucket§expires: i32§path_len: u16§realpath_len: u16§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 3]