#[repr(C)]pub struct ngx_http_file_cache_header_t {Show 15 fields
pub version: usize,
pub valid_sec: i64,
pub updating_sec: i64,
pub error_sec: i64,
pub last_modified: i64,
pub date: i64,
pub crc32: u32,
pub valid_msec: u16,
pub header_start: u16,
pub body_start: u16,
pub etag_len: u8,
pub etag: [u8; 128],
pub vary_len: u8,
pub vary: [u8; 128],
pub variant: [u8; 16],
}Fields§
§version: usize§valid_sec: i64§updating_sec: i64§error_sec: i64§last_modified: i64§date: i64§crc32: u32§valid_msec: u16§header_start: u16§body_start: u16§etag_len: u8§etag: [u8; 128]§vary_len: u8§vary: [u8; 128]§variant: [u8; 16]Trait Implementations§
Source§impl Clone for ngx_http_file_cache_header_t
impl Clone for ngx_http_file_cache_header_t
Source§fn clone(&self) -> ngx_http_file_cache_header_t
fn clone(&self) -> ngx_http_file_cache_header_t
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_header_t
impl Debug for ngx_http_file_cache_header_t
impl Copy for ngx_http_file_cache_header_t
Auto Trait Implementations§
impl Freeze for ngx_http_file_cache_header_t
impl RefUnwindSafe for ngx_http_file_cache_header_t
impl Send for ngx_http_file_cache_header_t
impl Sync for ngx_http_file_cache_header_t
impl Unpin for ngx_http_file_cache_header_t
impl UnwindSafe for ngx_http_file_cache_header_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