[−][src]Struct nginx::glob64_t
Fields
gl_pathc: __size_t
gl_pathv: *mut *mut c_char
gl_offs: __size_t
gl_flags: c_int
gl_closedir: Option<unsafe extern "C" fn(arg1: *mut c_void)>
gl_readdir: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut dirent64>
gl_opendir: Option<unsafe extern "C" fn(arg1: *const c_char) -> *mut c_void>
gl_lstat: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut stat64) -> c_int>
gl_stat: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut stat64) -> c_int>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for glob64_t
impl !Send for glob64_t
impl !Sync for glob64_t
impl Unpin for glob64_t
impl UnwindSafe for glob64_t
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>,