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