Struct gstreamer_sys::GstSharedTaskPool
source · [−]#[repr(C)]pub struct GstSharedTaskPool {
pub parent: GstTaskPool,
pub priv_: *mut GstSharedTaskPoolPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields
parent: GstTaskPoolpriv_: *mut GstSharedTaskPoolPrivate_gst_reserved: [gpointer; 4]Trait Implementations
sourcefn clone(&self) -> GstSharedTaskPool
fn clone(&self) -> GstSharedTaskPool
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more