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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPThreadPool
impl !Send for GstRTSPThreadPool
impl !Sync for GstRTSPThreadPool
impl Unpin for GstRTSPThreadPool
impl UnwindSafe for GstRTSPThreadPool
Blanket Implementations
Mutably borrows from an owned value. Read more