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