Function rusteron_client::bindings::aeron_publication_error_values_copy
source ยท pub unsafe extern "C" fn aeron_publication_error_values_copy(
dst: *mut *mut aeron_publication_error_values_t,
src: *mut aeron_publication_error_values_t,
) -> c_int
Expand description
Copy an existing aeron_publication_error_values_t to the supplied pointer. The caller is responsible for freeing the allocated memory using aeron_publication_error_values_delete when the copy is not longer required.
@param dst to copy the values to. @param src to copy the values from. @return 0 if this is successful, -1 otherwise. Will set aeron_errcode() and aeron_errmsg() on failure.