pub enum SdpAttributeType {
Show 43 variants
BundleOnly,
Candidate,
DtlsMessage,
EndOfCandidates,
Extmap,
ExtmapAllowMixed,
Fingerprint,
Fmtp,
FrameRate,
Group,
IceLite,
IceMismatch,
IceOptions,
IcePacing,
IcePwd,
IceUfrag,
Identity,
ImageAttr,
Inactive,
Label,
MaxMessageSize,
MaxPtime,
Mid,
Msid,
MsidSemantic,
Ptime,
Rid,
Recvonly,
RemoteCandidate,
Rtpmap,
Rtcp,
Rtcpfb,
RtcpMux,
RtcpMuxOnly,
RtcpRsize,
Sctpmap,
SctpPort,
Sendonly,
Sendrecv,
Setup,
Simulcast,
Ssrc,
SsrcGroup,
}Variants§
BundleOnly
Candidate
DtlsMessage
EndOfCandidates
Extmap
ExtmapAllowMixed
Fingerprint
Fmtp
FrameRate
Group
IceLite
IceMismatch
IceOptions
IcePacing
IcePwd
IceUfrag
Identity
ImageAttr
Inactive
Label
MaxMessageSize
MaxPtime
Mid
Msid
MsidSemantic
Ptime
Rid
Recvonly
RemoteCandidate
Rtpmap
Rtcp
Rtcpfb
RtcpMux
RtcpMuxOnly
RtcpRsize
Sctpmap
SctpPort
Sendonly
Sendrecv
Setup
Simulcast
Ssrc
SsrcGroup
Trait Implementations§
Source§impl Clone for SdpAttributeType
impl Clone for SdpAttributeType
Source§fn clone(&self) -> SdpAttributeType
fn clone(&self) -> SdpAttributeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for SdpAttributeType
impl Display for SdpAttributeType
Source§impl<'a> From<&'a SdpAttribute> for SdpAttributeType
impl<'a> From<&'a SdpAttribute> for SdpAttributeType
Source§fn from(other: &SdpAttribute) -> SdpAttributeType
fn from(other: &SdpAttribute) -> SdpAttributeType
Converts to this type from the input type.
Source§impl PartialEq for SdpAttributeType
impl PartialEq for SdpAttributeType
impl StructuralPartialEq for SdpAttributeType
Auto Trait Implementations§
impl Freeze for SdpAttributeType
impl RefUnwindSafe for SdpAttributeType
impl Send for SdpAttributeType
impl Sync for SdpAttributeType
impl Unpin for SdpAttributeType
impl UnwindSafe for SdpAttributeType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more