#[repr(C)]pub struct git_smart_subtransport_definition {
pub callback: git_smart_subtransport_cb,
pub rpc: c_uint,
pub param: *mut c_void,
}
Fields
callback: git_smart_subtransport_cb
rpc: c_uint
param: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for git_smart_subtransport_definition
impl !Send for git_smart_subtransport_definition
impl !Sync for git_smart_subtransport_definition
impl Unpin for git_smart_subtransport_definition
impl UnwindSafe for git_smart_subtransport_definition
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