Struct libgit2_sys::git_diff_hunk
[−]
[src]
pub struct git_diff_hunk { pub old_start: c_int, pub old_lines: c_int, pub new_start: c_int, pub new_lines: c_int, pub header_len: size_t, pub header: [c_char; 128], }
Fields
old_start | |
old_lines | |
new_start | |
new_lines | |
header_len | |
header |