Struct libgit2_sys::git_strarray
[−]
[src]
pub struct git_strarray { pub strings: *mut *mut c_char, pub count: size_t, }
Fields
strings | |
count |
pub struct git_strarray { pub strings: *mut *mut c_char, pub count: size_t, }
strings | |
count |
impl Clone for git_strarray
fn clone(&self) -> git_strarray
fn clone_from(&mut self, source: &Self)
impl Copy for git_strarray