Struct gstreamer_rtsp_server::RTSPContext [−][src]
pub struct RTSPContext(_);
Expand description
Information passed around containing the context of a request.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RTSPContextimpl !Send for RTSPContextimpl !Sync for RTSPContextimpl Unpin for RTSPContextimpl UnwindSafe for RTSPContext