pub enum MimeTypeVideo {
Vp8,
Vp9,
H264,
H264Svc,
H265,
Rtx,
Red,
Ulpfec,
}
Expand description
Known Video MIME types.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MimeTypeVideo
impl Clone for MimeTypeVideo
Source§fn clone(&self) -> MimeTypeVideo
fn clone(&self) -> MimeTypeVideo
Returns a copy 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 Debug for MimeTypeVideo
impl Debug for MimeTypeVideo
Source§impl<'de> Deserialize<'de> for MimeTypeVideo
impl<'de> Deserialize<'de> for MimeTypeVideo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for MimeTypeVideo
impl FromStr for MimeTypeVideo
Source§impl Hash for MimeTypeVideo
impl Hash for MimeTypeVideo
Source§impl Ord for MimeTypeVideo
impl Ord for MimeTypeVideo
Source§fn cmp(&self, other: &MimeTypeVideo) -> Ordering
fn cmp(&self, other: &MimeTypeVideo) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MimeTypeVideo
impl PartialEq for MimeTypeVideo
Source§impl PartialOrd for MimeTypeVideo
impl PartialOrd for MimeTypeVideo
Source§impl Serialize for MimeTypeVideo
impl Serialize for MimeTypeVideo
impl Copy for MimeTypeVideo
impl Eq for MimeTypeVideo
impl StructuralPartialEq for MimeTypeVideo
Auto Trait Implementations§
impl Freeze for MimeTypeVideo
impl RefUnwindSafe for MimeTypeVideo
impl Send for MimeTypeVideo
impl Sync for MimeTypeVideo
impl Unpin for MimeTypeVideo
impl UnwindSafe for MimeTypeVideo
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