Enum plex_api::media_container::server::library::VideoCodec
source · pub enum VideoCodec {
H264,
Hevc,
Mpeg1Video,
Mpeg2Video,
Mpeg4,
Msmpeg4v3,
Vc1,
Vp8,
Vp9,
Unknown,
}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 Display for VideoCodec
impl Display for VideoCodec
source§impl FromStr for VideoCodec
impl FromStr for VideoCodec
source§impl Hash for VideoCodec
impl Hash for VideoCodec
source§impl PartialEq<VideoCodec> for VideoCodec
impl PartialEq<VideoCodec> for VideoCodec
source§fn eq(&self, other: &VideoCodec) -> bool
fn eq(&self, other: &VideoCodec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for VideoCodec
impl Serialize for VideoCodec
impl Copy for VideoCodec
impl Eq for VideoCodec
impl StructuralEq for VideoCodec
impl StructuralPartialEq for VideoCodec
Auto Trait Implementations§
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