Struct gstreamer_sys::GstTaskPool[][src]

#[repr(C)]
pub struct GstTaskPool { pub object: GstObject, pub pool: *mut GThreadPool, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstTaskPool
[src]

impl Clone for GstTaskPool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstTaskPool
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstTaskPool

impl !Sync for GstTaskPool