Struct libgit2_sys::git_oidarray
[−]
[src]
#[repr(C)]pub struct git_oidarray { pub ids: *mut git_oid, pub count: size_t, }
Fields
ids: *mut git_oid
count: size_t
Trait Implementations
impl Copy for git_oidarray
[src]
impl Clone for git_oidarray
[src]
fn clone(&self) -> git_oidarray
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more