Struct gstreamer_rtsp_server_sys::GstRTSPMountPointsClass [−][src]
#[repr(C)]pub struct GstRTSPMountPointsClass { pub parent_class: GObjectClass, pub make_path: Option<unsafe extern "C" fn(_: *mut GstRTSPMountPoints, _: *const GstRTSPUrl) -> *mut c_char>, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GObjectClassmake_path: Option<unsafe extern "C" fn(_: *mut GstRTSPMountPoints, _: *const GstRTSPUrl) -> *mut c_char>_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPMountPointsClassimpl !Send for GstRTSPMountPointsClassimpl !Sync for GstRTSPMountPointsClassimpl Unpin for GstRTSPMountPointsClassimpl UnwindSafe for GstRTSPMountPointsClassBlanket Implementations
Mutably borrows from an owned value. Read more