pub unsafe extern "C" fn vdef_coded_format_cmp(
f1: *const vdef_coded_format,
f2: *const vdef_coded_format,
) -> boolExpand description
Compare two vdef_coded_format structs. The components of both formats are compared and if one of them is different, the function will return false. @param f1: the first format to compare @param f2: the second format to compare @return true if both format are identical, false otherwise