Struct libgit2_sys::git_config_entry [−][src]
#[repr(C)]pub struct git_config_entry {
    pub name: *const c_char,
    pub value: *const c_char,
    pub include_depth: c_uint,
    pub level: git_config_level_t,
    pub free: extern "C" fn(_: *mut git_config_entry),
    pub payload: *mut c_void,
}Fields
name: *const c_charvalue: *const c_charinclude_depth: c_uintlevel: git_config_level_tfree: extern "C" fn(_: *mut git_config_entry)payload: *mut c_void