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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more