Struct posix::wordexp::wordexp_t [-] [+] [src]

pub struct wordexp_t {
    pub we_wordc: size_t,
    pub we_wordv: *mut *mut char_t,
    pub we_offs: size_t,
}

Fields

we_wordc
we_wordv
we_offs

Methods

impl wordexp_t

fn new() -> wordexp_t

Trait Implementations

Derived Implementations

impl Copy for wordexp_t