Struct libgit2_sys::git_remote_head
source · #[repr(C)]pub struct git_remote_head {
pub local: c_int,
pub oid: git_oid,
pub loid: git_oid,
pub name: *mut c_char,
pub symref_target: *mut c_char,
}
Fields§
§local: c_int
§oid: git_oid
§loid: git_oid
§name: *mut c_char
§symref_target: *mut c_char
Auto Trait Implementations§
impl RefUnwindSafe for git_remote_head
impl !Send for git_remote_head
impl !Sync for git_remote_head
impl Unpin for git_remote_head
impl UnwindSafe for git_remote_head
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