#[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_charAuto Trait Implementations§
impl Freeze for git_remote_head
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