Struct gstreamer_rtsp_server_sys::GstRTSPSessionPool [−][src]
#[repr(C)]pub struct GstRTSPSessionPool { pub parent: GObject, pub priv_: *mut GstRTSPSessionPoolPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GObject
priv_: *mut GstRTSPSessionPoolPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstRTSPSessionPool[src]
impl Copy for GstRTSPSessionPoolimpl Clone for GstRTSPSessionPool[src]
impl Clone for GstRTSPSessionPoolfn clone(&self) -> GstRTSPSessionPool[src]
fn clone(&self) -> GstRTSPSessionPoolReturns 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 GstRTSPSessionPool[src]
impl Debug for GstRTSPSessionPoolAuto Trait Implementations
impl !Send for GstRTSPSessionPool
impl !Send for GstRTSPSessionPoolimpl !Sync for GstRTSPSessionPool
impl !Sync for GstRTSPSessionPool