Struct gstreamer_rtsp_server_sys::GstRTSPSession [−][src]
#[repr(C)]pub struct GstRTSPSession { pub parent: GObject, pub priv_: *mut GstRTSPSessionPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GObject
priv_: *mut GstRTSPSessionPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPSession
impl !Send for GstRTSPSession
impl !Sync for GstRTSPSession
impl Unpin for GstRTSPSession
impl UnwindSafe for GstRTSPSession
Blanket Implementations
Mutably borrows from an owned value. Read more