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

Trait Implementations

impl Copy for GstRTSPMountPointsClass
[src]

impl Clone for GstRTSPMountPointsClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPMountPointsClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPMountPointsClass

impl !Sync for GstRTSPMountPointsClass