Struct libgit2_sys::git_diff_patchid_options
source · #[repr(C)]pub struct git_diff_patchid_options {
pub version: c_uint,
}
Fields§
§version: c_uint
Auto Trait Implementations§
impl RefUnwindSafe for git_diff_patchid_options
impl Send for git_diff_patchid_options
impl Sync for git_diff_patchid_options
impl Unpin for git_diff_patchid_options
impl UnwindSafe for git_diff_patchid_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