Struct gst::ffi::Struct__GstTaskPool
[−]
[src]
#[repr(C)]pub struct 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
impl Clone for Struct__GstTaskPool[src]
fn clone(&self) -> Struct__GstTaskPool
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Struct__GstTaskPool[src]
impl Default for Struct__GstTaskPool[src]
fn default() -> Struct__GstTaskPool
Returns the "default value" for a type. Read more