[][src]Struct gstreamer_rtsp_sys::GstRTSPWatchFuncs

#[repr(C)]
pub struct GstRTSPWatchFuncs {
    pub message_received: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: *mut GstRTSPMessage, _: gpointer) -> GstRTSPResult>,
    pub message_sent: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: c_uint, _: gpointer) -> GstRTSPResult>,
    pub closed: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPResult>,
    pub error: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: GstRTSPResult, _: gpointer) -> GstRTSPResult>,
    pub tunnel_start: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPStatusCode>,
    pub tunnel_complete: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPResult>,
    pub error_full: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: GstRTSPResult, _: *mut GstRTSPMessage, _: c_uint, _: gpointer) -> GstRTSPResult>,
    pub tunnel_lost: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPResult>,
    pub tunnel_http_response: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage, _: gpointer) -> GstRTSPResult>,
    pub _gst_reserved: [gpointer; 3],
}

Fields

message_received: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: *mut GstRTSPMessage, _: gpointer) -> GstRTSPResult>message_sent: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: c_uint, _: gpointer) -> GstRTSPResult>closed: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPResult>error: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: GstRTSPResult, _: gpointer) -> GstRTSPResult>tunnel_start: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPStatusCode>tunnel_complete: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPResult>error_full: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: GstRTSPResult, _: *mut GstRTSPMessage, _: c_uint, _: gpointer) -> GstRTSPResult>tunnel_lost: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: gpointer) -> GstRTSPResult>tunnel_http_response: Option<unsafe extern "C" fn(_: *mut GstRTSPWatch, _: *mut GstRTSPMessage, _: *mut GstRTSPMessage, _: gpointer) -> GstRTSPResult>_gst_reserved: [gpointer; 3]

Trait Implementations

impl Clone for GstRTSPWatchFuncs[src]

impl Copy for GstRTSPWatchFuncs[src]

impl Debug for GstRTSPWatchFuncs[src]

Auto Trait Implementations

impl !Send for GstRTSPWatchFuncs

impl Unpin for GstRTSPWatchFuncs

impl !Sync for GstRTSPWatchFuncs

impl UnwindSafe for GstRTSPWatchFuncs

impl RefUnwindSafe for GstRTSPWatchFuncs

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]