#[repr(C)]pub struct git_merge_file_options {
pub version: c_uint,
pub ancestor_label: *const c_char,
pub our_label: *const c_char,
pub their_label: *const c_char,
pub favor: git_merge_file_favor_t,
pub flags: u32,
pub marker_size: c_ushort,
}
Fields§
§version: c_uint
§ancestor_label: *const c_char
§our_label: *const c_char
§their_label: *const c_char
§favor: git_merge_file_favor_t
§flags: u32
§marker_size: c_ushort
Auto Trait Implementations§
impl Freeze for git_merge_file_options
impl RefUnwindSafe for git_merge_file_options
impl !Send for git_merge_file_options
impl !Sync for git_merge_file_options
impl Unpin for git_merge_file_options
impl UnwindSafe for git_merge_file_options
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more