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