Struct libgit2_sys::git_status_options
source · #[repr(C)]pub struct git_status_options {
pub version: c_uint,
pub show: git_status_show_t,
pub flags: c_uint,
pub pathspec: git_strarray,
pub baseline: *mut git_tree,
pub rename_threshold: u16,
}
Fields§
§version: c_uint
§show: git_status_show_t
§flags: c_uint
§pathspec: git_strarray
§baseline: *mut git_tree
§rename_threshold: u16
Auto Trait Implementations§
impl Freeze for git_status_options
impl RefUnwindSafe for git_status_options
impl !Send for git_status_options
impl !Sync for git_status_options
impl Unpin for git_status_options
impl UnwindSafe for git_status_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