Struct phper_sys::_realpath_cache_bucket [−][src]
#[repr(C)]pub struct _realpath_cache_bucket { pub key: zend_ulong, pub path: *mut c_char, pub realpath: *mut c_char, pub next: *mut _realpath_cache_bucket, pub expires: time_t, pub path_len: u16, pub realpath_len: u16, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub __bindgen_padding_0: [u8; 3], }
Fields
key: zend_ulongpath: *mut c_charrealpath: *mut c_charnext: *mut _realpath_cache_bucketexpires: time_tpath_len: u16realpath_len: u16_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: [u8; 3]Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _realpath_cache_bucketimpl !Send for _realpath_cache_bucketimpl !Sync for _realpath_cache_bucketimpl Unpin for _realpath_cache_bucketimpl UnwindSafe for _realpath_cache_bucketBlanket Implementations
Mutably borrows from an owned value. Read more