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