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