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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPServerClass
impl !Send for GstRTSPServerClass
impl !Sync for GstRTSPServerClass
impl Unpin for GstRTSPServerClass
impl UnwindSafe for GstRTSPServerClass
Blanket Implementations
Mutably borrows from an owned value. Read more