#[repr(C)]pub struct git_merge_file_result {
pub automergeable: c_uint,
pub path: *const c_char,
pub mode: c_uint,
pub ptr: *const c_char,
pub len: size_t,
}
Fields§
§automergeable: c_uint
§path: *const c_char
§mode: c_uint
§ptr: *const c_char
§len: size_t
Auto Trait Implementations§
impl Freeze for git_merge_file_result
impl RefUnwindSafe for git_merge_file_result
impl !Send for git_merge_file_result
impl !Sync for git_merge_file_result
impl Unpin for git_merge_file_result
impl UnwindSafe for git_merge_file_result
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