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_voidrequest_info: sapi_request_infosapi_headers: sapi_headers_structread_post_bytes: i64post_read: c_ucharheaders_sent: c_ucharglobal_stat: zend_stat_tdefault_mimetype: *mut c_chardefault_charset: *mut c_charrfc1867_uploaded_files: *mut HashTablepost_max_size: zend_longoptions: c_intsapi_started: zend_boolglobal_request_time: f64known_post_content_types: HashTablecallback_func: zvalfci_cache: zend_fcall_info_cacheTrait 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