Struct gstreamer_sys::GstTaskPool [−][src]
#[repr(C)]pub struct GstTaskPool { pub object: GstObject, pub pool: *mut GThreadPool, pub _gst_reserved: [gpointer; 4], }
Fields
object: GstObjectpool: *mut GThreadPool_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTaskPoolimpl !Send for GstTaskPoolimpl !Sync for GstTaskPoolimpl Unpin for GstTaskPoolimpl UnwindSafe for GstTaskPoolBlanket Implementations
Mutably borrows from an owned value. Read more