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