Struct libgit2_sys::git_indexer_options
source · #[repr(C)]pub struct git_indexer_options {
pub version: c_uint,
pub progress_cb: git_indexer_progress_cb,
pub progress_cb_payload: *mut c_void,
pub verify: c_uchar,
}
Fields§
§version: c_uint
§progress_cb: git_indexer_progress_cb
§progress_cb_payload: *mut c_void
§verify: c_uchar
Auto Trait Implementations§
impl RefUnwindSafe for git_indexer_options
impl !Send for git_indexer_options
impl !Sync for git_indexer_options
impl Unpin for git_indexer_options
impl UnwindSafe for git_indexer_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