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 RTSPContext
impl !Send for RTSPContext
impl !Sync for RTSPContext
impl Unpin for RTSPContext
impl UnwindSafe for RTSPContext