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