[−][src]Struct nginx::ngx_cycle_s
Fields
conf_ctx: *mut *mut *mut *mut c_voidpool: *mut ngx_pool_tlog: *mut ngx_log_tnew_log: ngx_log_tlog_use_stderr: ngx_uint_tfiles: *mut *mut ngx_connection_tfree_connections: *mut ngx_connection_tfree_connection_n: ngx_uint_tmodules: *mut *mut ngx_module_tmodules_n: ngx_uint_tmodules_used: ngx_uint_treusable_connections_queue: ngx_queue_treusable_connections_n: ngx_uint_tconnections_reuse_time: time_tlistening: ngx_array_tpaths: ngx_array_tconfig_dump: ngx_array_tconfig_dump_rbtree: ngx_rbtree_tconfig_dump_sentinel: ngx_rbtree_node_topen_files: ngx_list_tconnection_n: ngx_uint_tfiles_n: ngx_uint_tconnections: *mut ngx_connection_tread_events: *mut ngx_event_twrite_events: *mut ngx_event_told_cycle: *mut ngx_cycle_tconf_file: ngx_str_tconf_param: ngx_str_tconf_prefix: ngx_str_tprefix: ngx_str_tlock_file: ngx_str_thostname: ngx_str_tTrait Implementations
impl Clone for ngx_cycle_s[src]
fn clone(&self) -> ngx_cycle_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_cycle_s[src]
impl Debug for ngx_cycle_s[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_cycle_s
impl !Send for ngx_cycle_s
impl !Sync for ngx_cycle_s
impl Unpin for ngx_cycle_s
impl UnwindSafe for ngx_cycle_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>,