#[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 Freeze for git_revspec
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§
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