[−][src]Struct nginx::ngx_cached_open_file_s
Fields
node: ngx_rbtree_node_tqueue: ngx_queue_tname: *mut u_charcreated: time_taccessed: time_tfd: ngx_fd_tuniq: ngx_file_uniq_tmtime: time_tsize: off_terr: ngx_err_tuses: u32disable_symlinks_from: size_t_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>event: *mut ngx_event_tImplementations
impl ngx_cached_open_file_s[src]
pub fn disable_symlinks(&self) -> c_uint[src]
pub fn set_disable_symlinks(&mut self, val: c_uint)[src]
pub fn count(&self) -> c_uint[src]
pub fn set_count(&mut self, val: c_uint)[src]
pub fn close(&self) -> c_uint[src]
pub fn set_close(&mut self, val: c_uint)[src]
pub fn use_event(&self) -> c_uint[src]
pub fn set_use_event(&mut self, val: c_uint)[src]
pub fn is_dir(&self) -> c_uint[src]
pub fn set_is_dir(&mut self, val: c_uint)[src]
pub fn is_file(&self) -> c_uint[src]
pub fn set_is_file(&mut self, val: c_uint)[src]
pub fn is_link(&self) -> c_uint[src]
pub fn set_is_link(&mut self, val: c_uint)[src]
pub fn is_exec(&self) -> c_uint[src]
pub fn set_is_exec(&mut self, val: c_uint)[src]
pub fn is_directio(&self) -> c_uint[src]
pub fn set_is_directio(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
disable_symlinks: c_uint,
count: c_uint,
close: c_uint,
use_event: c_uint,
is_dir: c_uint,
is_file: c_uint,
is_link: c_uint,
is_exec: c_uint,
is_directio: c_uint
) -> __BindgenBitfieldUnit<[u8; 8], u32>[src]
disable_symlinks: c_uint,
count: c_uint,
close: c_uint,
use_event: c_uint,
is_dir: c_uint,
is_file: c_uint,
is_link: c_uint,
is_exec: c_uint,
is_directio: c_uint
) -> __BindgenBitfieldUnit<[u8; 8], u32>
Trait Implementations
impl Clone for ngx_cached_open_file_s[src]
fn clone(&self) -> ngx_cached_open_file_s[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_cached_open_file_s[src]
impl Debug for ngx_cached_open_file_s[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_cached_open_file_s
impl !Send for ngx_cached_open_file_s
impl !Sync for ngx_cached_open_file_s
impl Unpin for ngx_cached_open_file_s
impl UnwindSafe for ngx_cached_open_file_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>,