Struct gstreamer_sys::GstTask [−][src]
#[repr(C)]pub 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
object: GstObject
state: GstTaskState
cond: GCond
lock: *mut GRecMutex
func: GstTaskFunction
user_data: gpointer
notify: GDestroyNotify
running: gboolean
thread: *mut GThread
priv_: *mut GstTaskPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstTask
[src]
impl Copy for GstTask
impl Clone for GstTask
[src]
impl Clone for GstTask
fn clone(&self) -> GstTask
[src]
fn clone(&self) -> GstTask
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstTask
[src]
impl Debug for GstTask