pub enum Name {
Slides,
Speaker,
Sl,
Main,
Alt,
}Expand description
The RFC4796 SDP ‘content’ attribute.
Variants§
Slides
The media stream includes presentation slides.
Speaker
The media stream contains the image of the speaker.
Sl
The media stream contains sign language.
Main
The media stream is taken from the main source.
Alt
The media stream is taken from the alternative source.
Trait Implementations§
Source§impl AsXmlText for Name
impl AsXmlText for Name
Source§impl FromXmlText for Name
impl FromXmlText for Name
Source§impl IntoAttributeValue for Name
impl IntoAttributeValue for Name
Source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
impl StructuralPartialEq for Name
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
Blanket Implementations§
Source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more