Struct libgit2_sys::git_status_entry
source · #[repr(C)]pub struct git_status_entry {
pub status: git_status_t,
pub head_to_index: *mut git_diff_delta,
pub index_to_workdir: *mut git_diff_delta,
}
Fields§
§status: git_status_t
§head_to_index: *mut git_diff_delta
§index_to_workdir: *mut git_diff_delta
Auto Trait Implementations§
impl Freeze for git_status_entry
impl RefUnwindSafe for git_status_entry
impl !Send for git_status_entry
impl !Sync for git_status_entry
impl Unpin for git_status_entry
impl UnwindSafe for git_status_entry
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