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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for git_strarray

impl !Sync for git_strarray