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
impl Copy for GstRTSPMountPointsClass
[src]
impl Copy for GstRTSPMountPointsClass
impl Clone for GstRTSPMountPointsClass
[src]
impl Clone for GstRTSPMountPointsClass
fn clone(&self) -> GstRTSPMountPointsClass
[src]
fn clone(&self) -> GstRTSPMountPointsClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstRTSPMountPointsClass
[src]
impl Debug for GstRTSPMountPointsClass
Auto Trait Implementations
impl !Send for GstRTSPMountPointsClass
impl !Send for GstRTSPMountPointsClass
impl !Sync for GstRTSPMountPointsClass
impl !Sync for GstRTSPMountPointsClass