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