Struct stdcli::prelude::libc::glob64_t [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for glob64_t
[src]

impl Clone for glob64_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more