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
InvalidAcceptAcceptEncodingAcceptLanguageAllowAuthorizationBandwidthBlocksizeCacheControlConferenceConnectionContentBaseContentEncodingContentLanguageContentLengthContentLocationContentTypeCseqDateExpiresFromIfModifiedSinceLastModifiedProxyAuthenticateProxyRequirePublicRangeRefererRequireRetryAfterRtpInfoScaleSessionServerSpeedTransportUnsupportedUserAgentViaWwwAuthenticateClientChallengeRealChallenge1RealChallenge2RealChallenge3SubscribeAlertClientIdCompanyIdGuidRegionDataMaxAsmWidthLanguagePlayerStartTimeLocationEtagIfMatchAcceptCharsetSupportedVaryXAccelerateStreamingXAcceptAuthentXAcceptProxyAuthentXBroadcastIdXBurstStreamingXNoticeXPlayerLagTimeXPlaylistXPlaylistChangeNoticeXPlaylistGenIdXPlaylistSeekIdXProxyClientAgentXProxyClientVerbXRecedingPlaylistchangeXRtpInfoXStartupprofileTimestampAuthenticationInfoHostPragmaXServerIpAddressRtcpIntervalKeymgmtPipelinedRequestsMediaPropertiesSeekStyleAcceptRangesLast
Trait Implementations
impl Debug for RTSPHeaderField[src]
impl Debug for RTSPHeaderFieldfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for RTSPHeaderField[src]
impl Eq for RTSPHeaderFieldimpl PartialEq for RTSPHeaderField[src]
impl PartialEq for RTSPHeaderFieldfn eq(&self, other: &RTSPHeaderField) -> bool[src]
fn eq(&self, other: &RTSPHeaderField) -> boolThis 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) -> boolThis method tests for !=.
impl Ord for RTSPHeaderField[src]
impl Ord for RTSPHeaderFieldfn cmp(&self, other: &RTSPHeaderField) -> Ordering[src]
fn cmp(&self, other: &RTSPHeaderField) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for RTSPHeaderField[src]
impl PartialOrd for RTSPHeaderFieldfn 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) -> boolThis 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) -> boolThis 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) -> boolThis 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) -> boolThis 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 RTSPHeaderFieldfn 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 RTSPHeaderFieldfn clone(&self) -> RTSPHeaderField[src]
fn clone(&self) -> RTSPHeaderFieldReturns 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 RTSPHeaderFieldimpl StaticType for RTSPHeaderField[src]
impl StaticType for RTSPHeaderFieldfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for RTSPHeaderField[src]
impl<'a> FromValueOptional<'a> for RTSPHeaderFieldunsafe 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 RTSPHeaderFieldunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for RTSPHeaderField[src]
impl SetValue for RTSPHeaderFieldAuto Trait Implementations
impl Send for RTSPHeaderField
impl Send for RTSPHeaderFieldimpl Sync for RTSPHeaderField
impl Sync for RTSPHeaderField