ecs_filter_copy

Function ecs_filter_copy 

Source
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.