Struct libgit2_sys::git_config_entry
source · #[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: Option<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: Option<extern "C" fn(_: *mut git_config_entry)>
§payload: *mut c_void