#[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_ucharAuto Trait Implementations§
impl Freeze for git_indexer_options
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