[][src]Struct gstreamer_rtsp_server_sys::GstRTSPContext

#[repr(C)]
pub struct GstRTSPContext {
    pub server: *mut GstRTSPServer,
    pub conn: *mut GstRTSPConnection,
    pub client: *mut GstRTSPClient,
    pub request: *mut GstRTSPMessage,
    pub uri: *mut GstRTSPUrl,
    pub method: GstRTSPMethod,
    pub auth: *mut GstRTSPAuth,
    pub token: *mut GstRTSPToken,
    pub session: *mut GstRTSPSession,
    pub sessmedia: *mut GstRTSPSessionMedia,
    pub factory: *mut GstRTSPMediaFactory,
    pub media: *mut GstRTSPMedia,
    pub stream: *mut GstRTSPStream,
    pub response: *mut GstRTSPMessage,
    pub trans: *mut GstRTSPStreamTransport,
    pub _gst_reserved: [gpointer; 3],
}

Fields

server: *mut GstRTSPServerconn: *mut GstRTSPConnectionclient: *mut GstRTSPClientrequest: *mut GstRTSPMessageuri: *mut GstRTSPUrlmethod: GstRTSPMethodauth: *mut GstRTSPAuthtoken: *mut GstRTSPTokensession: *mut GstRTSPSessionsessmedia: *mut GstRTSPSessionMediafactory: *mut GstRTSPMediaFactorymedia: *mut GstRTSPMediastream: *mut GstRTSPStreamresponse: *mut GstRTSPMessagetrans: *mut GstRTSPStreamTransport_gst_reserved: [gpointer; 3]

Trait Implementations

impl Clone for GstRTSPContext[src]

impl Copy for GstRTSPContext[src]

impl Debug for GstRTSPContext[src]

Auto Trait Implementations

impl !Send for GstRTSPContext

impl Unpin for GstRTSPContext

impl !Sync for GstRTSPContext

impl UnwindSafe for GstRTSPContext

impl RefUnwindSafe for GstRTSPContext

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]