Struct phper_sys::_virtual_cwd_globals
source · [−]#[repr(C)]pub struct _virtual_cwd_globals {
pub cwd: cwd_state,
pub realpath_cache_size: zend_long,
pub realpath_cache_size_limit: zend_long,
pub realpath_cache_ttl: zend_long,
pub realpath_cache: [*mut realpath_cache_bucket; 1024],
}Fields
cwd: cwd_staterealpath_cache_size: zend_longrealpath_cache_size_limit: zend_longrealpath_cache_ttl: zend_longrealpath_cache: [*mut realpath_cache_bucket; 1024]Trait Implementations
sourceimpl Clone for _virtual_cwd_globals
impl Clone for _virtual_cwd_globals
sourcefn clone(&self) -> _virtual_cwd_globals
fn clone(&self) -> _virtual_cwd_globals
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _virtual_cwd_globals
impl Debug for _virtual_cwd_globals
impl Copy for _virtual_cwd_globals
Auto Trait Implementations
impl RefUnwindSafe for _virtual_cwd_globals
impl !Send for _virtual_cwd_globals
impl !Sync for _virtual_cwd_globals
impl Unpin for _virtual_cwd_globals
impl UnwindSafe for _virtual_cwd_globals
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more