Struct gstreamer_sys::GstTaskPoolClass [] [src]

#[repr(C)]
pub struct GstTaskPoolClass { pub parent_class: GstObjectClass, pub prepare: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: *mut *mut GError)>, pub cleanup: Option<unsafe extern "C" fn(_: *mut GstTaskPool)>, pub push: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: GstTaskPoolFunction, _: gpointer, _: *mut *mut GError) -> gpointer>, pub join: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: gpointer)>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Debug for GstTaskPoolClass
[src]

[src]

Formats the value using the given formatter.