Struct libc::glob_t
[−]
[src]
#[repr(C)]pub struct glob_t { pub gl_pathc: size_t, pub gl_pathv: *mut *mut c_char, pub gl_offs: size_t, pub gl_flags: c_int, // some fields omitted }
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io
Fields
gl_pathc: size_t
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io
gl_pathv: *mut *mut c_char
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io
gl_offs: size_t
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io
gl_flags: c_int
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io