[−][src]Struct gstreamer_rtsp_server_sys::GstRTSPContext
Fields
server: *mut GstRTSPServer
conn: *mut GstRTSPConnection
client: *mut GstRTSPClient
request: *mut GstRTSPMessage
uri: *mut GstRTSPUrl
method: GstRTSPMethod
auth: *mut GstRTSPAuth
token: *mut GstRTSPToken
session: *mut GstRTSPSession
sessmedia: *mut GstRTSPSessionMedia
factory: *mut GstRTSPMediaFactory
media: *mut GstRTSPMedia
stream: *mut GstRTSPStream
response: *mut GstRTSPMessage
trans: *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 RefUnwindSafe for GstRTSPContext
impl !Send for GstRTSPContext
impl !Sync for GstRTSPContext
impl Unpin for GstRTSPContext
impl UnwindSafe for GstRTSPContext
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,