[][src]Type Definition mmal_sys::MMAL_CONNECTION_CALLBACK_T

type MMAL_CONNECTION_CALLBACK_T = Option<unsafe extern "C" fn(connection: *mut MMAL_CONNECTION_T)>;

Definition of the callback used by a connection to signal back to the client that a buffer header is available either in the pool or in the output queue.

@param connection Pointer to the connection