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: GObject
priv_: *mut GstRTSPClientPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPClient
impl !Send for GstRTSPClient
impl !Sync for GstRTSPClient
impl Unpin for GstRTSPClient
impl UnwindSafe for GstRTSPClient
Blanket Implementations
Mutably borrows from an owned value. Read more