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