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

Trait Implementations

impl Copy for GstRTSPOnvifMediaFactoryClass
[src]

impl Clone for GstRTSPOnvifMediaFactoryClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPOnvifMediaFactoryClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPOnvifMediaFactoryClass

impl !Sync for GstRTSPOnvifMediaFactoryClass