Function gnunet_sys::GNUNET_NETWORK_fdset_copy[][src]

pub unsafe extern "C" fn GNUNET_NETWORK_fdset_copy(
    to: *mut GNUNET_NETWORK_FDSet,
    from: *const GNUNET_NETWORK_FDSet
)

Copy one fd set to another

@param to destination @param from source