Struct posix::glob::glob_t [-] [+] [src]

pub struct glob_t {
    pub gl_pathc: size_t,
    pub gl_pathv: *mut *mut char_t,
    pub gl_offs: size_t,
    pub gl_flags: int_t,
    pub gl_closedir: Option< extern "C" fn(arg1: *mut void_t)>,
    pub gl_readdir: Option< extern "C" fn(arg1: *mut void_t) -> *mut void_t>,
    pub gl_opendir: Option< extern "C" fn(arg1: *const char_t) -> *mut void_t>,
    pub gl_lstat: Option< extern "C" fn(arg1: *const char_t, arg2: *mut void_t) -> int_t>,
    pub gl_stat: Option< extern "C" fn(arg1: *const char_t, arg2: *mut void_t) -> int_t>,
}

Fields

gl_pathc
gl_pathv
gl_offs
gl_flags
gl_closedir
gl_readdir
gl_opendir
gl_lstat
gl_stat

Trait Implementations

Derived Implementations

impl Copy for glob_t