#[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 dispose_handle: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: gpointer)>, pub _gst_reserved: [gpointer; 3], }

Fields

parent_class: GstObjectClassprepare: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: *mut *mut GError)>cleanup: Option<unsafe extern "C" fn(_: *mut GstTaskPool)>push: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: GstTaskPoolFunction, _: gpointer, _: *mut *mut GError) -> gpointer>join: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: gpointer)>dispose_handle: Option<unsafe extern "C" fn(_: *mut GstTaskPool, _: gpointer)>_gst_reserved: [gpointer; 3]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.