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: GstRTSPMediaFactoryClasshas_backchannel_support: Option<unsafe extern "C" fn(_: *mut GstRTSPOnvifMediaFactory) -> gboolean>_gst_reserved: [gpointer; 20]Trait Implementations
Auto Trait Implementations
impl !Send for GstRTSPOnvifMediaFactoryClassimpl !Sync for GstRTSPOnvifMediaFactoryClassimpl Unpin for GstRTSPOnvifMediaFactoryClassimpl UnwindSafe for GstRTSPOnvifMediaFactoryClassBlanket Implementations
Mutably borrows from an owned value. Read more