Struct libgit2_sys::git_smart_subtransport
source · #[repr(C)]pub struct git_smart_subtransport {
pub action: Option<extern "C" fn(_: *mut *mut git_smart_subtransport_stream, _: *mut git_smart_subtransport, _: *const c_char, _: git_smart_service_t) -> c_int>,
pub close: Option<extern "C" fn(_: *mut git_smart_subtransport) -> c_int>,
pub free: Option<extern "C" fn(_: *mut git_smart_subtransport)>,
}
Fields§
§action: Option<extern "C" fn(_: *mut *mut git_smart_subtransport_stream, _: *mut git_smart_subtransport, _: *const c_char, _: git_smart_service_t) -> c_int>
§close: Option<extern "C" fn(_: *mut git_smart_subtransport) -> c_int>
§free: Option<extern "C" fn(_: *mut git_smart_subtransport)>
Auto Trait Implementations§
impl RefUnwindSafe for git_smart_subtransport
impl Send for git_smart_subtransport
impl Sync for git_smart_subtransport
impl Unpin for git_smart_subtransport
impl UnwindSafe for git_smart_subtransport
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