Struct gstreamer_sys::GstTaskPool
source · #[repr(C)]pub struct GstTaskPool {
pub object: GstObject,
pub pool: *mut GThreadPool,
pub _gst_reserved: [gpointer; 4],
}Fields§
§object: GstObject§pool: *mut GThreadPool§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstTaskPool
impl Clone for GstTaskPool
source§fn clone(&self) -> GstTaskPool
fn clone(&self) -> GstTaskPool
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more