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: GObjectClass
make_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 GstRTSPMountPointsClass
impl !Send for GstRTSPMountPointsClass
impl !Sync for GstRTSPMountPointsClass
impl Unpin for GstRTSPMountPointsClass
impl UnwindSafe for GstRTSPMountPointsClass
Blanket Implementations
Mutably borrows from an owned value. Read more