#[repr(C)]pub struct ngx_http_file_cache_s {Show 18 fields
pub sh: *mut ngx_http_file_cache_sh_t,
pub shpool: *mut ngx_slab_pool_t,
pub path: *mut ngx_path_t,
pub min_free: i64,
pub max_size: i64,
pub bsize: usize,
pub inactive: i64,
pub fail_time: i64,
pub files: usize,
pub loader_files: usize,
pub last: usize,
pub loader_sleep: usize,
pub loader_threshold: usize,
pub manager_files: usize,
pub manager_sleep: usize,
pub manager_threshold: usize,
pub shm_zone: *mut ngx_shm_zone_s,
pub use_temp_path: usize,
}Fields§
§sh: *mut ngx_http_file_cache_sh_t§shpool: *mut ngx_slab_pool_t§path: *mut ngx_path_t§min_free: i64§max_size: i64§bsize: usize§inactive: i64§fail_time: i64§files: usize§loader_files: usize§last: usize§loader_sleep: usize§loader_threshold: usize§manager_files: usize§manager_sleep: usize§manager_threshold: usize§shm_zone: *mut ngx_shm_zone_s§use_temp_path: usizeTrait Implementations§
Source§impl Clone for ngx_http_file_cache_s
impl Clone for ngx_http_file_cache_s
Source§fn clone(&self) -> ngx_http_file_cache_s
fn clone(&self) -> ngx_http_file_cache_s
Returns a duplicate 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_file_cache_s
impl Debug for ngx_http_file_cache_s
impl Copy for ngx_http_file_cache_s
Auto Trait Implementations§
impl Freeze for ngx_http_file_cache_s
impl RefUnwindSafe for ngx_http_file_cache_s
impl !Send for ngx_http_file_cache_s
impl !Sync for ngx_http_file_cache_s
impl Unpin for ngx_http_file_cache_s
impl UnwindSafe for ngx_http_file_cache_s
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