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 Copy for GstTaskPoolClass
[src]

impl Clone for GstTaskPoolClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstTaskPoolClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstTaskPoolClass

impl !Sync for GstTaskPoolClass