Struct gstreamer_rtsp_server_sys::GstRTSPOnvifServer [−][src]
#[repr(C)]pub struct GstRTSPOnvifServer { pub parent: GstRTSPServer, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstRTSPServer
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPOnvifServer
impl !Send for GstRTSPOnvifServer
impl !Sync for GstRTSPOnvifServer
impl Unpin for GstRTSPOnvifServer
impl UnwindSafe for GstRTSPOnvifServer
Blanket Implementations
Mutably borrows from an owned value. Read more