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

Trait Implementations

impl Copy for GstRTSPServerClass
[src]

impl Clone for GstRTSPServerClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPServerClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPServerClass

impl !Sync for GstRTSPServerClass