Function fann_sys::fann_copy

source ·
pub unsafe extern "C" fn fann_copy(orig: *const fann) -> *mut fann
Expand description

Creates a copy of a fann structure.

Data in the user data fann_set_user_data is not copied, but the user data pointer is copied. This function appears in FANN >= 2.2.0.