Struct libgit2_sys::git_revspec
source · [−]#[repr(C)]pub struct git_revspec {
pub from: *mut git_object,
pub to: *mut git_object,
pub flags: c_uint,
}
Fields
from: *mut git_object
to: *mut git_object
flags: c_uint
Auto Trait Implementations
impl RefUnwindSafe for git_revspec
impl !Send for git_revspec
impl !Sync for git_revspec
impl Unpin for git_revspec
impl UnwindSafe for git_revspec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more