#[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§
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