Struct libgit2_sys::git_strarray [] [src]

pub struct git_strarray {
    pub strings: *mut *mut c_char,
    pub count: size_t,
}

Fields

Trait Implementations

impl Copy for git_strarray
[src]

impl Clone for git_strarray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more