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 GstRTSPOnvifMediaFactoryClass
impl Clone for GstRTSPOnvifMediaFactoryClass
[src]
impl Clone for GstRTSPOnvifMediaFactoryClass
fn clone(&self) -> GstRTSPOnvifMediaFactoryClass
[src]
fn clone(&self) -> GstRTSPOnvifMediaFactoryClass
Returns 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 GstRTSPOnvifMediaFactoryClass
Auto Trait Implementations
impl !Send for GstRTSPOnvifMediaFactoryClass
impl !Send for GstRTSPOnvifMediaFactoryClass
impl !Sync for GstRTSPOnvifMediaFactoryClass
impl !Sync for GstRTSPOnvifMediaFactoryClass