[][src]Function mmal_sys::mmal_format_full_copy

pub unsafe extern "C" fn mmal_format_full_copy(
    format_dest: *mut MMAL_ES_FORMAT_T,
    format_src: *mut MMAL_ES_FORMAT_T
) -> Type

Fully copy a format structure, including the extradata buffer.

@param format_dest destination \ref MMAL_ES_FORMAT_T for the copy @param format_src source \ref MMAL_ES_FORMAT_T for the copy @return MMAL_SUCCESS on success