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: GObjectpriv_: *mut GstRTSPStreamPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPStreamimpl !Send for GstRTSPStreamimpl !Sync for GstRTSPStreamimpl Unpin for GstRTSPStreamimpl UnwindSafe for GstRTSPStreamBlanket Implementations
Mutably borrows from an owned value. Read more