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