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: GstObjectstate: GstTaskStatecond: GCondlock: *mut GRecMutexfunc: GstTaskFunctionuser_data: gpointernotify: GDestroyNotifyrunning: gbooleanthread: *mut GThreadpriv_: *mut GstTaskPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTask
impl UnwindSafe for GstTask
Blanket Implementations
Mutably borrows from an owned value. Read more