Struct libgit2_sys::git_writestream
source · #[repr(C)]pub struct git_writestream {
pub write: Option<extern "C" fn(_: *mut git_writestream, _: *const c_char, _: size_t) -> c_int>,
pub close: Option<extern "C" fn(_: *mut git_writestream) -> c_int>,
pub free: Option<extern "C" fn(_: *mut git_writestream)>,
}
Fields§
§write: Option<extern "C" fn(_: *mut git_writestream, _: *const c_char, _: size_t) -> c_int>
§close: Option<extern "C" fn(_: *mut git_writestream) -> c_int>
§free: Option<extern "C" fn(_: *mut git_writestream)>