Struct gst::ffi::Struct__GstTask[][src]

#[repr(C)]
pub struct Struct__GstTask { pub object: GstObject, pub state: GstTaskState, pub cond: GCond, pub lock: *mut GRecMutex, pub func: GstTaskFunction, pub user_data: gpointer, pub notify: GDestroyNotify, pub running: gboolean, pub thread: *mut GThread, pub _priv: *mut GstTaskPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Default for Struct__GstTask
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstTask

impl !Sync for Struct__GstTask