[][src]Function mmal_sys::mmal_component_destroy

pub unsafe extern "C" fn mmal_component_destroy(
    component: *mut MMAL_COMPONENT_T
) -> Type

Destroy a previously created component Release an acquired reference on a component. Only actually destroys the component when the last reference is being released.

@param component component to destroy @return MMAL_SUCCESS on success