Struct libgit2_sys::git_strarray
source · Fields§
§strings: *mut *mut c_char
§count: size_t
Trait Implementations§
source§impl Clone for git_strarray
impl Clone for git_strarray
source§fn clone(&self) -> git_strarray
fn clone(&self) -> git_strarray
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more