Struct gstreamer_rtsp_server_sys::GstRTSPServerClass [−][src]
#[repr(C)]pub struct GstRTSPServerClass { pub parent_class: GObjectClass, pub create_client: Option<unsafe extern "C" fn(_: *mut GstRTSPServer) -> *mut GstRTSPClient>, pub client_connected: Option<unsafe extern "C" fn(_: *mut GstRTSPServer, _: *mut GstRTSPClient)>, pub _gst_reserved: [gpointer; 20], }
Fields
parent_class: GObjectClass
create_client: Option<unsafe extern "C" fn(_: *mut GstRTSPServer) -> *mut GstRTSPClient>
client_connected: Option<unsafe extern "C" fn(_: *mut GstRTSPServer, _: *mut GstRTSPClient)>
_gst_reserved: [gpointer; 20]
Trait Implementations
impl Copy for GstRTSPServerClass
[src]
impl Copy for GstRTSPServerClass
impl Clone for GstRTSPServerClass
[src]
impl Clone for GstRTSPServerClass
fn clone(&self) -> GstRTSPServerClass
[src]
fn clone(&self) -> GstRTSPServerClass
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 GstRTSPServerClass
[src]
impl Debug for GstRTSPServerClass
Auto Trait Implementations
impl !Send for GstRTSPServerClass
impl !Send for GstRTSPServerClass
impl !Sync for GstRTSPServerClass
impl !Sync for GstRTSPServerClass