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: GObjectpriv_: *mut GstRTSPSessionPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPSessionimpl !Send for GstRTSPSessionimpl !Sync for GstRTSPSessionimpl Unpin for GstRTSPSessionimpl UnwindSafe for GstRTSPSessionBlanket Implementations
Mutably borrows from an owned value. Read more