Struct libgit2_sys::git_strarray 
                   
                       [−]
                   
               [src]
pub struct git_strarray {
    pub strings: *mut *mut c_char,
    pub count: size_t,
}Fields
strings: *mut *mut c_char
                           
                           
                           count: size_t
                           Trait Implementations
impl Copy for git_strarray[src]
impl Clone for git_strarray[src]
fn clone(&self) -> git_strarray
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more