pub enum VideoCodec {
None,
Jpeg,
Sorenson,
Screen,
Vp6,
Vp6Alpha,
Screen2,
Avc,
}
Variants§
Trait Implementations§
Source§impl Clone for VideoCodec
impl Clone for VideoCodec
Source§fn clone(&self) -> VideoCodec
fn clone(&self) -> VideoCodec
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 VideoCodec
impl Debug for VideoCodec
Source§impl<'de> Deserialize<'de> for VideoCodec
impl<'de> Deserialize<'de> for VideoCodec
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 Hash for VideoCodec
impl Hash for VideoCodec
Source§impl Ord for VideoCodec
impl Ord for VideoCodec
Source§fn cmp(&self, other: &VideoCodec) -> Ordering
fn cmp(&self, other: &VideoCodec) -> 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 VideoCodec
impl PartialEq for VideoCodec
Source§impl PartialOrd for VideoCodec
impl PartialOrd for VideoCodec
Source§impl Serialize for VideoCodec
impl Serialize for VideoCodec
impl Copy for VideoCodec
impl Eq for VideoCodec
impl StructuralPartialEq for VideoCodec
Auto Trait Implementations§
impl Freeze for VideoCodec
impl RefUnwindSafe for VideoCodec
impl Send for VideoCodec
impl Sync for VideoCodec
impl Unpin for VideoCodec
impl UnwindSafe for VideoCodec
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