Struct libgit2_sys::git_cred
source · #[repr(C)]pub struct git_cred {
pub credtype: git_credtype_t,
pub free: Option<extern "C" fn(_: *mut git_cred)>,
}
Fields§
§credtype: git_credtype_t
§free: Option<extern "C" fn(_: *mut git_cred)>