Struct libgit2_sys::git_signature
source · #[repr(C)]pub struct git_signature {
pub name: *mut c_char,
pub email: *mut c_char,
pub when: git_time,
}
Fields§
§name: *mut c_char
§email: *mut c_char
§when: git_time
#[repr(C)]pub struct git_signature {
pub name: *mut c_char,
pub email: *mut c_char,
pub when: git_time,
}
name: *mut c_char
§email: *mut c_char
§when: git_time