pub enum CodecSelection {
H264Nvenc,
H264OpenH264,
}
Variants§
Trait Implementations§
source§impl Clone for CodecSelection
impl Clone for CodecSelection
source§fn clone(&self) -> CodecSelection
fn clone(&self) -> CodecSelection
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 CodecSelection
impl Debug for CodecSelection
source§impl<'de> Deserialize<'de> for CodecSelection
impl<'de> Deserialize<'de> for CodecSelection
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 CodecSelection
impl Display for CodecSelection
source§impl PartialEq for CodecSelection
impl PartialEq for CodecSelection
source§fn eq(&self, other: &CodecSelection) -> bool
fn eq(&self, other: &CodecSelection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CodecSelection
impl Serialize for CodecSelection
impl StructuralPartialEq for CodecSelection
Auto Trait Implementations§
impl Freeze for CodecSelection
impl RefUnwindSafe for CodecSelection
impl Send for CodecSelection
impl Sync for CodecSelection
impl Unpin for CodecSelection
impl UnwindSafe for CodecSelection
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