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_char
value: *const c_char
include_depth: c_uint
level: git_config_level_t
free: extern "C" fn(_: *mut git_config_entry)
payload: *mut c_void