#[repr(C)]
pub struct git_diff_similarity_metric { pub file_signature: Option<extern "C" fn(_: *mut *mut c_void, _: *const git_diff_file, _: *const c_char, _: *mut c_void) -> c_int>, pub buffer_signature: Option<extern "C" fn(_: *mut *mut c_void, _: *const git_diff_file, _: *const c_char, _: size_t, _: *mut c_void) -> c_int>, pub free_signature: Option<extern "C" fn(_: *mut c_void, _: *mut c_void)>, pub similarity: Option<extern "C" fn(_: *mut c_int, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> c_int>, pub payload: *mut c_void, }

Fields

file_signature: Option<extern "C" fn(_: *mut *mut c_void, _: *const git_diff_file, _: *const c_char, _: *mut c_void) -> c_int>buffer_signature: Option<extern "C" fn(_: *mut *mut c_void, _: *const git_diff_file, _: *const c_char, _: size_t, _: *mut c_void) -> c_int>free_signature: Option<extern "C" fn(_: *mut c_void, _: *mut c_void)>similarity: Option<extern "C" fn(_: *mut c_int, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> c_int>payload: *mut c_void

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

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.