[−][src]Enum gstreamer_rtsp::RTSPHeaderField
pub enum RTSPHeaderField { Invalid, Accept, AcceptEncoding, AcceptLanguage, Allow, Authorization, Bandwidth, Blocksize, CacheControl, Conference, Connection, ContentBase, ContentEncoding, ContentLanguage, ContentLength, ContentLocation, ContentType, Cseq, Date, Expires, From, IfModifiedSince, LastModified, ProxyAuthenticate, ProxyRequire, Public, Range, Referer, Require, RetryAfter, RtpInfo, Scale, Session, Server, Speed, Transport, Unsupported, UserAgent, Via, WwwAuthenticate, ClientChallenge, RealChallenge1, RealChallenge2, RealChallenge3, Subscribe, Alert, ClientId, CompanyId, Guid, RegionData, MaxAsmWidth, Language, PlayerStartTime, Location, Etag, IfMatch, AcceptCharset, Supported, Vary, XAccelerateStreaming, XAcceptAuthent, XAcceptProxyAuthent, XBroadcastId, XBurstStreaming, XNotice, XPlayerLagTime, XPlaylist, XPlaylistChangeNotice, XPlaylistGenId, XPlaylistSeekId, XProxyClientAgent, XProxyClientVerb, XRecedingPlaylistchange, XRtpInfo, XStartupprofile, Timestamp, AuthenticationInfo, Host, Pragma, XServerIpAddress, XSessioncookie, RtcpInterval, Keymgmt, PipelinedRequests, MediaProperties, SeekStyle, AcceptRanges, Frames, RateControl, Last, // some variants omitted }
Enumeration of rtsp header fields
Variants
Trait Implementations
impl Clone for RTSPHeaderField
[src][+]
impl Copy for RTSPHeaderField
[src]
impl Debug for RTSPHeaderField
[src][+]
impl Eq for RTSPHeaderField
[src]
impl<'a> FromValue<'a> for RTSPHeaderField
[src][+]
impl<'a> FromValueOptional<'a> for RTSPHeaderField
[src][+]
impl Hash for RTSPHeaderField
[src][+]
impl Ord for RTSPHeaderField
[src][+]
impl PartialEq<RTSPHeaderField> for RTSPHeaderField
[src][+]
impl PartialOrd<RTSPHeaderField> for RTSPHeaderField
[src][+]
impl SetValue for RTSPHeaderField
[src][+]
impl StaticType for RTSPHeaderField
[src][+]
impl StructuralEq for RTSPHeaderField
[src]
impl StructuralPartialEq for RTSPHeaderField
[src]
Auto Trait Implementations
impl RefUnwindSafe for RTSPHeaderField
impl Send for RTSPHeaderField
impl Sync for RTSPHeaderField
impl Unpin for RTSPHeaderField
impl UnwindSafe for RTSPHeaderField
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> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src][+]
T: ToValue + SetValue + Send + ?Sized,
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src][+]
T: SetValue + ?Sized,
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>,