#[repr(C)]pub struct ngx_http_core_main_conf_t {Show 14 fields
pub servers: ngx_array_t,
pub phase_engine: ngx_http_phase_engine_t,
pub headers_in_hash: ngx_hash_t,
pub variables_hash: ngx_hash_t,
pub variables: ngx_array_t,
pub prefix_variables: ngx_array_t,
pub ncaptures: usize,
pub server_names_hash_max_size: usize,
pub server_names_hash_bucket_size: usize,
pub variables_hash_max_size: usize,
pub variables_hash_bucket_size: usize,
pub variables_keys: *mut ngx_hash_keys_arrays_t,
pub ports: *mut ngx_array_t,
pub phases: [ngx_http_phase_t; 11],
}
Fields§
§servers: ngx_array_t
§phase_engine: ngx_http_phase_engine_t
§headers_in_hash: ngx_hash_t
§variables_hash: ngx_hash_t
§variables: ngx_array_t
§prefix_variables: ngx_array_t
§ncaptures: usize
§server_names_hash_max_size: usize
§server_names_hash_bucket_size: usize
§variables_hash_max_size: usize
§variables_hash_bucket_size: usize
§variables_keys: *mut ngx_hash_keys_arrays_t
§ports: *mut ngx_array_t
§phases: [ngx_http_phase_t; 11]
Trait Implementations§
Source§impl Clone for ngx_http_core_main_conf_t
impl Clone for ngx_http_core_main_conf_t
Source§fn clone(&self) -> ngx_http_core_main_conf_t
fn clone(&self) -> ngx_http_core_main_conf_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ngx_http_core_main_conf_t
impl Debug for ngx_http_core_main_conf_t
impl Copy for ngx_http_core_main_conf_t
Auto Trait Implementations§
impl Freeze for ngx_http_core_main_conf_t
impl RefUnwindSafe for ngx_http_core_main_conf_t
impl !Send for ngx_http_core_main_conf_t
impl !Sync for ngx_http_core_main_conf_t
impl Unpin for ngx_http_core_main_conf_t
impl UnwindSafe for ngx_http_core_main_conf_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more