[][src]Struct gst::ffi::Struct__GstTaskPoolClass

#[repr(C)]
pub struct Struct__GstTaskPoolClass { pub parent_class: GstObjectClass, pub prepare: Option<extern "C" fn(pool: *mut GstTaskPool, error: *mut *mut GError)>, pub cleanup: Option<extern "C" fn(pool: *mut GstTaskPool)>, pub push: Option<extern "C" fn(pool: *mut GstTaskPool, func: GstTaskPoolFunction, user_data: gpointer, error: *mut *mut GError) -> gpointer>, pub join: Option<extern "C" fn(pool: *mut GstTaskPool, id: gpointer)>, pub _gst_reserved: [gpointer; 4], }

Fields

parent_class: GstObjectClassprepare: Option<extern "C" fn(pool: *mut GstTaskPool, error: *mut *mut GError)>cleanup: Option<extern "C" fn(pool: *mut GstTaskPool)>push: Option<extern "C" fn(pool: *mut GstTaskPool, func: GstTaskPoolFunction, user_data: gpointer, error: *mut *mut GError) -> gpointer>join: Option<extern "C" fn(pool: *mut GstTaskPool, id: gpointer)>_gst_reserved: [gpointer; 4]

Trait Implementations

impl Default for Struct__GstTaskPoolClass[src]

Auto Trait Implementations

impl !Send for Struct__GstTaskPoolClass

impl !Sync for Struct__GstTaskPoolClass

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.