Struct gstreamer_rtsp_server::RTSPContext[][src]

pub struct RTSPContext(_);

Information passed around containing the context of a request.

Methods

impl RTSPContext
[src]

Trait Implementations

impl PartialEq for RTSPContext
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for RTSPContext
[src]

Auto Trait Implementations

impl !Send for RTSPContext

impl !Sync for RTSPContext