#[repr(C)]
pub struct git_diff_line {
pub origin: c_char,
pub old_lineno: c_int,
pub new_lineno: c_int,
pub num_lines: c_int,
pub content_len: size_t,
pub content_offset: git_off_t,
pub content: *const c_char,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.