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