Struct gstreamer_rtsp_server_sys::GstRTSPOnvifMediaFactoryClass [−][src]
#[repr(C)]pub struct GstRTSPOnvifMediaFactoryClass { pub parent: GstRTSPMediaFactoryClass, pub has_backchannel_support: Option<unsafe extern "C" fn(_: *mut GstRTSPOnvifMediaFactory) -> gboolean>, pub _gst_reserved: [gpointer; 20], }
Fields
parent: GstRTSPMediaFactoryClass
has_backchannel_support: Option<unsafe extern "C" fn(_: *mut GstRTSPOnvifMediaFactory) -> gboolean>
_gst_reserved: [gpointer; 20]
Trait Implementations
Auto Trait Implementations
impl !Send for GstRTSPOnvifMediaFactoryClass
impl !Sync for GstRTSPOnvifMediaFactoryClass
impl Unpin for GstRTSPOnvifMediaFactoryClass
impl UnwindSafe for GstRTSPOnvifMediaFactoryClass
Blanket Implementations
Mutably borrows from an owned value. Read more