pub unsafe extern "C" fn ecs_filter_copy(
dst: *mut ecs_filter_t,
src: *const ecs_filter_t,
)Expand description
Copy resources of one filter to another.
@param dst The destination filter. @param src The source filter.
pub unsafe extern "C" fn ecs_filter_copy(
dst: *mut ecs_filter_t,
src: *const ecs_filter_t,
)Copy resources of one filter to another.
@param dst The destination filter. @param src The source filter.