[−][src]Function mmal_sys::mmal_format_copy
pub unsafe extern "C" fn mmal_format_copy(
format_dest: *mut MMAL_ES_FORMAT_T,
format_src: *mut MMAL_ES_FORMAT_T
)
Shallow copy a format structure. It is worth noting that the extradata buffer will not be copied in the new format.
@param format_dest destination \ref MMAL_ES_FORMAT_T for the copy @param format_src source \ref MMAL_ES_FORMAT_T for the copy