Struct phper_sys::_sapi_globals_struct
source · [−]#[repr(C)]pub struct _sapi_globals_struct {Show 17 fields
pub server_context: *mut c_void,
pub request_info: sapi_request_info,
pub sapi_headers: sapi_headers_struct,
pub read_post_bytes: i64,
pub post_read: c_uchar,
pub headers_sent: c_uchar,
pub global_stat: zend_stat_t,
pub default_mimetype: *mut c_char,
pub default_charset: *mut c_char,
pub rfc1867_uploaded_files: *mut HashTable,
pub post_max_size: zend_long,
pub options: c_int,
pub sapi_started: zend_bool,
pub global_request_time: f64,
pub known_post_content_types: HashTable,
pub callback_func: zval,
pub fci_cache: zend_fcall_info_cache,
}
Fields
server_context: *mut c_void
request_info: sapi_request_info
sapi_headers: sapi_headers_struct
read_post_bytes: i64
post_read: c_uchar
headers_sent: c_uchar
global_stat: zend_stat_t
default_mimetype: *mut c_char
default_charset: *mut c_char
rfc1867_uploaded_files: *mut HashTable
post_max_size: zend_long
options: c_int
sapi_started: zend_bool
global_request_time: f64
known_post_content_types: HashTable
callback_func: zval
fci_cache: zend_fcall_info_cache
Trait Implementations
sourceimpl Clone for _sapi_globals_struct
impl Clone for _sapi_globals_struct
sourcefn clone(&self) -> _sapi_globals_struct
fn clone(&self) -> _sapi_globals_struct
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
impl Copy for _sapi_globals_struct
Auto Trait Implementations
impl RefUnwindSafe for _sapi_globals_struct
impl !Send for _sapi_globals_struct
impl !Sync for _sapi_globals_struct
impl Unpin for _sapi_globals_struct
impl UnwindSafe for _sapi_globals_struct
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