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 GstRTSPServerClassimpl Clone for GstRTSPServerClass[src]
impl Clone for GstRTSPServerClassfn clone(&self) -> GstRTSPServerClass[src]
fn clone(&self) -> GstRTSPServerClassReturns 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 GstRTSPServerClassAuto Trait Implementations
impl !Send for GstRTSPServerClass
impl !Send for GstRTSPServerClassimpl !Sync for GstRTSPServerClass
impl !Sync for GstRTSPServerClass