Enum gstreamer_rtsp::RTSPHeaderField [−][src]
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, Last, // some variants omitted }
Enumeration of rtsp header fields
Variants
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
RtcpInterval
Keymgmt
PipelinedRequests
MediaProperties
SeekStyle
AcceptRanges
Last
Trait Implementations
impl Debug for RTSPHeaderField
[src]
impl Debug for RTSPHeaderField
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for RTSPHeaderField
[src]
impl Eq for RTSPHeaderField
impl PartialEq for RTSPHeaderField
[src]
impl PartialEq for RTSPHeaderField
fn eq(&self, other: &RTSPHeaderField) -> bool
[src]
fn eq(&self, other: &RTSPHeaderField) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &RTSPHeaderField) -> bool
[src]
fn ne(&self, other: &RTSPHeaderField) -> bool
This method tests for !=
.
impl Ord for RTSPHeaderField
[src]
impl Ord for RTSPHeaderField
fn cmp(&self, other: &RTSPHeaderField) -> Ordering
[src]
fn cmp(&self, other: &RTSPHeaderField) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl PartialOrd for RTSPHeaderField
[src]
impl PartialOrd for RTSPHeaderField
fn partial_cmp(&self, other: &RTSPHeaderField) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &RTSPHeaderField) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &RTSPHeaderField) -> bool
[src]
fn lt(&self, other: &RTSPHeaderField) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &RTSPHeaderField) -> bool
[src]
fn le(&self, other: &RTSPHeaderField) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &RTSPHeaderField) -> bool
[src]
fn gt(&self, other: &RTSPHeaderField) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &RTSPHeaderField) -> bool
[src]
fn ge(&self, other: &RTSPHeaderField) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Hash for RTSPHeaderField
[src]
impl Hash for RTSPHeaderField
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for RTSPHeaderField
[src]
impl Clone for RTSPHeaderField
fn clone(&self) -> RTSPHeaderField
[src]
fn clone(&self) -> RTSPHeaderField
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RTSPHeaderField
[src]
impl Copy for RTSPHeaderField
impl StaticType for RTSPHeaderField
[src]
impl StaticType for RTSPHeaderField
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl<'a> FromValueOptional<'a> for RTSPHeaderField
[src]
impl<'a> FromValueOptional<'a> for RTSPHeaderField
unsafe fn from_value_optional(value: &Value) -> Option<Self>
[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>
impl<'a> FromValue<'a> for RTSPHeaderField
[src]
impl<'a> FromValue<'a> for RTSPHeaderField
unsafe fn from_value(value: &Value) -> Self
[src]
unsafe fn from_value(value: &Value) -> Self
impl SetValue for RTSPHeaderField
[src]
impl SetValue for RTSPHeaderField
Auto Trait Implementations
impl Send for RTSPHeaderField
impl Send for RTSPHeaderField
impl Sync for RTSPHeaderField
impl Sync for RTSPHeaderField