Struct gstreamer_rtsp_server::RTSPContext [−][src]
pub struct RTSPContext(_);
Information passed around containing the context of a request.
Implementations
impl RTSPContext[src]
impl RTSPContext[src]pub fn with_current_context<F: FnOnce(&RTSPContext) -> T, T>(
func: F
) -> Option<T>[src]
func: F
) -> Option<T>
Trait Implementations
impl Debug for RTSPContext[src]
impl Debug for RTSPContext[src]impl PartialEq<RTSPContext> for RTSPContext[src]
impl PartialEq<RTSPContext> for RTSPContext[src]fn eq(&self, other: &RTSPContext) -> bool[src]
fn eq(&self, other: &RTSPContext) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &RTSPContext) -> bool[src]
fn ne(&self, other: &RTSPContext) -> bool[src]This method tests for !=.