Struct gstreamer_sys::GstTask
source · #[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§
Auto Trait Implementations§
impl Freeze for GstTask
impl RefUnwindSafe for GstTask
impl !Send for GstTask
impl !Sync for GstTask
impl Unpin for GstTask
impl UnwindSafe for GstTask
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)