Struct libgit2_sys::git_diff_find_options
source · [−]#[repr(C)]pub struct git_diff_find_options {
pub version: c_uint,
pub flags: u32,
pub rename_threshold: u16,
pub rename_from_rewrite_threshold: u16,
pub copy_threshold: u16,
pub break_rewrite_threshold: u16,
pub rename_limit: size_t,
pub metric: *mut git_diff_similarity_metric,
}Fields
version: c_uintflags: u32rename_threshold: u16rename_from_rewrite_threshold: u16copy_threshold: u16break_rewrite_threshold: u16rename_limit: size_tmetric: *mut git_diff_similarity_metricAuto Trait Implementations
impl RefUnwindSafe for git_diff_find_options
impl !Send for git_diff_find_options
impl !Sync for git_diff_find_options
impl Unpin for git_diff_find_options
impl UnwindSafe for git_diff_find_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more