#[repr(C)]
pub struct git_merge_options { pub version: c_uint, pub flags: git_merge_flag_t, pub rename_threshold: c_uint, pub target_limit: c_uint, pub metric: *mut git_diff_similarity_metric, pub recursion_limit: c_uint, pub default_driver: *const c_char, pub file_favor: git_merge_file_favor_t, pub file_flags: git_merge_file_flag_t, }

Fields

version: c_uintflags: git_merge_flag_trename_threshold: c_uinttarget_limit: c_uintmetric: *mut git_diff_similarity_metricrecursion_limit: c_uintdefault_driver: *const c_charfile_favor: git_merge_file_favor_tfile_flags: git_merge_file_flag_t

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.