Struct libgit2_sys::git_oid[][src]

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

Auto Trait Implementations

impl Send for git_oid

impl Sync for git_oid