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
impl Copy for GstRTSPOnvifMediaFactoryClass[src]
impl Copy for GstRTSPOnvifMediaFactoryClassimpl Clone for GstRTSPOnvifMediaFactoryClass[src]
impl Clone for GstRTSPOnvifMediaFactoryClassfn clone(&self) -> GstRTSPOnvifMediaFactoryClass[src]
fn clone(&self) -> GstRTSPOnvifMediaFactoryClassReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstRTSPOnvifMediaFactoryClass[src]
impl Debug for GstRTSPOnvifMediaFactoryClassAuto Trait Implementations
impl !Send for GstRTSPOnvifMediaFactoryClass
impl !Send for GstRTSPOnvifMediaFactoryClassimpl !Sync for GstRTSPOnvifMediaFactoryClass
impl !Sync for GstRTSPOnvifMediaFactoryClass