Struct nix::sys::ioctl::libc::glob_t [] [src]

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
gl_pathv
gl_offs
gl_flags

Trait Implementations

impl Clone for glob_t

fn clone(&self) -> glob_t

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for glob_t