Struct gstreamer_rtsp_server_sys::GstRTSPStreamTransportClass [−][src]
#[repr(C)]pub struct GstRTSPStreamTransportClass { 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 GstRTSPStreamTransportClass
impl !Send for GstRTSPStreamTransportClass
impl !Sync for GstRTSPStreamTransportClass
impl Unpin for GstRTSPStreamTransportClass
impl UnwindSafe for GstRTSPStreamTransportClass
Blanket Implementations
Mutably borrows from an owned value. Read more