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

Trait Implementations

impl Copy for GstTask
[src]

impl Clone for GstTask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstTask
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstTask

impl !Sync for GstTask