Struct gdnative_visual_script::common::libc::glob_t [−][src]
#[repr(C)]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: usize
gl_pathv: *mut *mut i8
gl_offs: usize
gl_flags: i32
Trait Implementations
impl Clone for glob_t
[src]
impl Clone for glob_t
fn clone(&self) -> glob_t
[src]
fn clone(&self) -> glob_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for glob_t
[src]
impl Copy for glob_t