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

pub struct glob64_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 glob64_t

fn clone(&self) -> glob64_t

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

impl Copy for glob64_t