[−][src]Struct nginx::ngx_http_cache_s
Fields
file: ngx_file_tkeys: ngx_array_tcrc32: u32key: [u_char; 16]main: [u_char; 16]uniq: ngx_file_uniq_tvalid_sec: time_tupdating_sec: time_terror_sec: time_tlast_modified: time_tdate: time_tetag: ngx_str_tvary: ngx_str_tvariant: [u_char; 16]buffer_size: size_theader_start: size_tbody_start: size_tlength: off_tfs_size: off_tmin_uses: ngx_uint_terror: ngx_uint_tvalid_msec: ngx_uint_tvary_tag: ngx_uint_tbuf: *mut ngx_buf_tfile_cache: *mut ngx_http_file_cache_tnode: *mut ngx_http_file_cache_node_tthread_task: *mut ngx_thread_task_tlock_timeout: ngx_msec_tlock_age: ngx_msec_tlock_time: ngx_msec_twait_time: ngx_msec_twait_event: ngx_event_t_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>__bindgen_padding_0: [u16; 3]Implementations
impl ngx_http_cache_s[src]
pub fn lock(&self) -> c_uint[src]
pub fn set_lock(&mut self, val: c_uint)[src]
pub fn waiting(&self) -> c_uint[src]
pub fn set_waiting(&mut self, val: c_uint)[src]
pub fn updated(&self) -> c_uint[src]
pub fn set_updated(&mut self, val: c_uint)[src]
pub fn updating(&self) -> c_uint[src]
pub fn set_updating(&mut self, val: c_uint)[src]
pub fn exists(&self) -> c_uint[src]
pub fn set_exists(&mut self, val: c_uint)[src]
pub fn temp_file(&self) -> c_uint[src]
pub fn set_temp_file(&mut self, val: c_uint)[src]
pub fn purged(&self) -> c_uint[src]
pub fn set_purged(&mut self, val: c_uint)[src]
pub fn reading(&self) -> c_uint[src]
pub fn set_reading(&mut self, val: c_uint)[src]
pub fn secondary(&self) -> c_uint[src]
pub fn set_secondary(&mut self, val: c_uint)[src]
pub fn update_variant(&self) -> c_uint[src]
pub fn set_update_variant(&mut self, val: c_uint)[src]
pub fn background(&self) -> c_uint[src]
pub fn set_background(&mut self, val: c_uint)[src]
pub fn stale_updating(&self) -> c_uint[src]
pub fn set_stale_updating(&mut self, val: c_uint)[src]
pub fn stale_error(&self) -> c_uint[src]
pub fn set_stale_error(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
lock: c_uint,
waiting: c_uint,
updated: c_uint,
updating: c_uint,
exists: c_uint,
temp_file: c_uint,
purged: c_uint,
reading: c_uint,
secondary: c_uint,
update_variant: c_uint,
background: c_uint,
stale_updating: c_uint,
stale_error: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>[src]
lock: c_uint,
waiting: c_uint,
updated: c_uint,
updating: c_uint,
exists: c_uint,
temp_file: c_uint,
purged: c_uint,
reading: c_uint,
secondary: c_uint,
update_variant: c_uint,
background: c_uint,
stale_updating: c_uint,
stale_error: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for ngx_http_cache_s[src]
fn clone(&self) -> ngx_http_cache_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_http_cache_s[src]
impl Debug for ngx_http_cache_s[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_cache_s
impl !Send for ngx_http_cache_s
impl !Sync for ngx_http_cache_s
impl Unpin for ngx_http_cache_s
impl UnwindSafe for ngx_http_cache_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>,