Struct nix::libc::glob_t [−][src]
#[repr(C)]pub struct glob_t { pub gl_pathc: usize, pub gl_pathv: *mut *mut i8, pub gl_offs: usize, pub gl_flags: i32, // some fields omitted }
Fields
gl_pathc: usize
gl_pathv: *mut *mut i8
gl_offs: usize
gl_flags: i32