#[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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.