Struct libgit2_sys::git_oid [] [src]

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

Fields

Trait Implementations

impl Copy for git_oid
[src]

impl Clone for git_oid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more