Struct libgit2_sys::git_cred [] [src]

#[repr(C)]
pub struct git_cred { pub credtype: git_credtype_t, pub free: extern "C" fn(_: *mut git_cred), }

Fields

Trait Implementations

Auto Trait Implementations

impl Send for git_cred

impl Sync for git_cred