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

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.