Struct libgit2_sys::git_oid [] [src]

pub struct git_oid {
    pub id: [u8; 20],
}

Fields

id: [u8; 20]

Trait Implementations

impl Clone for git_oid
[src]

fn clone(&self) -> git_oid

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for git_oid
[src]