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