Struct libgit2_sys::git_strarray[][src]

#[repr(C)]
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

Auto Trait Implementations

impl !Send for git_strarray

impl !Sync for git_strarray