[−][src]Struct nginx::ngx_http_core_loc_conf_s
Fields
name: ngx_str_tregex: *mut ngx_http_regex_t_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>static_locations: *mut ngx_http_location_tree_node_tregex_locations: *mut *mut ngx_http_core_loc_conf_tloc_conf: *mut *mut c_voidlimit_except: u32limit_except_loc_conf: *mut *mut c_voidhandler: ngx_http_handler_ptalias: size_troot: ngx_str_tpost_action: ngx_str_troot_lengths: *mut ngx_array_troot_values: *mut ngx_array_ttypes: *mut ngx_array_ttypes_hash: ngx_hash_tdefault_type: ngx_str_tclient_max_body_size: off_tdirectio: off_tdirectio_alignment: off_tclient_body_buffer_size: size_tsend_lowat: size_tpostpone_output: size_tsendfile_max_chunk: size_tread_ahead: size_tsubrequest_output_buffer_size: size_tlimit_rate: *mut ngx_http_complex_value_tlimit_rate_after: *mut ngx_http_complex_value_tclient_body_timeout: ngx_msec_tsend_timeout: ngx_msec_tkeepalive_timeout: ngx_msec_tlingering_time: ngx_msec_tlingering_timeout: ngx_msec_tresolver_timeout: ngx_msec_tauth_delay: ngx_msec_tresolver: *mut ngx_resolver_tkeepalive_header: time_tkeepalive_requests: ngx_uint_tkeepalive_disable: ngx_uint_tsatisfy: ngx_uint_tlingering_close: ngx_uint_tif_modified_since: ngx_uint_tmax_ranges: ngx_uint_tclient_body_in_file_only: ngx_uint_tclient_body_in_single_buffer: ngx_flag_tinternal: ngx_flag_tsendfile: ngx_flag_taio: ngx_flag_taio_write: ngx_flag_ttcp_nopush: ngx_flag_ttcp_nodelay: ngx_flag_treset_timedout_connection: ngx_flag_tabsolute_redirect: ngx_flag_tserver_name_in_redirect: ngx_flag_tport_in_redirect: ngx_flag_tmsie_padding: ngx_flag_tmsie_refresh: ngx_flag_tlog_not_found: ngx_flag_tlog_subrequest: ngx_flag_trecursive_error_pages: ngx_flag_tserver_tokens: ngx_uint_tchunked_transfer_encoding: ngx_flag_tetag: ngx_flag_tgzip_vary: ngx_flag_tgzip_http_version: ngx_uint_tgzip_proxied: ngx_uint_tgzip_disable: *mut ngx_array_tthread_pool: *mut ngx_thread_pool_tthread_pool_value: *mut ngx_http_complex_value_tdisable_symlinks: ngx_uint_tdisable_symlinks_from: *mut ngx_http_complex_value_terror_pages: *mut ngx_array_tclient_body_temp_path: *mut ngx_path_topen_file_cache: *mut ngx_open_file_cache_topen_file_cache_valid: time_topen_file_cache_min_uses: ngx_uint_topen_file_cache_errors: ngx_flag_topen_file_cache_events: ngx_flag_terror_log: *mut ngx_log_ttypes_hash_max_size: ngx_uint_ttypes_hash_bucket_size: ngx_uint_tlocations: *mut ngx_queue_tImplementations
impl ngx_http_core_loc_conf_s[src]
pub fn noname(&self) -> c_uint[src]
pub fn set_noname(&mut self, val: c_uint)[src]
pub fn lmt_excpt(&self) -> c_uint[src]
pub fn set_lmt_excpt(&mut self, val: c_uint)[src]
pub fn named(&self) -> c_uint[src]
pub fn set_named(&mut self, val: c_uint)[src]
pub fn exact_match(&self) -> c_uint[src]
pub fn set_exact_match(&mut self, val: c_uint)[src]
pub fn noregex(&self) -> c_uint[src]
pub fn set_noregex(&mut self, val: c_uint)[src]
pub fn auto_redirect(&self) -> c_uint[src]
pub fn set_auto_redirect(&mut self, val: c_uint)[src]
pub fn gzip_disable_msie6(&self) -> c_uint[src]
pub fn set_gzip_disable_msie6(&mut self, val: c_uint)[src]
pub fn gzip_disable_degradation(&self) -> c_uint[src]
pub fn set_gzip_disable_degradation(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
noname: c_uint,
lmt_excpt: c_uint,
named: c_uint,
exact_match: c_uint,
noregex: c_uint,
auto_redirect: c_uint,
gzip_disable_msie6: c_uint,
gzip_disable_degradation: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>[src]
noname: c_uint,
lmt_excpt: c_uint,
named: c_uint,
exact_match: c_uint,
noregex: c_uint,
auto_redirect: c_uint,
gzip_disable_msie6: c_uint,
gzip_disable_degradation: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for ngx_http_core_loc_conf_s[src]
fn clone(&self) -> ngx_http_core_loc_conf_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_http_core_loc_conf_s[src]
impl Debug for ngx_http_core_loc_conf_s[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_core_loc_conf_s
impl !Send for ngx_http_core_loc_conf_s
impl !Sync for ngx_http_core_loc_conf_s
impl Unpin for ngx_http_core_loc_conf_s
impl UnwindSafe for ngx_http_core_loc_conf_s
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,