git_oid_cpy

Copy an oid from one structure to another.

@param out_ oid structure the result is written into. @param src oid structure to copy from. @return 0 on success or error code

extern (C) nothrow @nogc
int
git_oid_cpy
(,
const(.git_oid)* src
)

Meta