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