Struct gstreamer_rtsp_server_sys::GstRTSPThreadPool [−][src]
#[repr(C)]pub struct GstRTSPThreadPool { pub parent: GObject, pub priv_: *mut GstRTSPThreadPoolPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GObject
priv_: *mut GstRTSPThreadPoolPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstRTSPThreadPool[src]
impl Copy for GstRTSPThreadPoolimpl Clone for GstRTSPThreadPool[src]
impl Clone for GstRTSPThreadPoolfn clone(&self) -> GstRTSPThreadPool[src]
fn clone(&self) -> GstRTSPThreadPoolReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstRTSPThreadPool[src]
impl Debug for GstRTSPThreadPoolAuto Trait Implementations
impl !Send for GstRTSPThreadPool
impl !Send for GstRTSPThreadPoolimpl !Sync for GstRTSPThreadPool
impl !Sync for GstRTSPThreadPool