pub enum EncoderCodec {
H264,
Hevc,
Av1,
}Expand description
エンコーダー用コーデック識別子(query_caps 用)
Variants§
Trait Implementations§
Source§impl Clone for EncoderCodec
impl Clone for EncoderCodec
Source§fn clone(&self) -> EncoderCodec
fn clone(&self) -> EncoderCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EncoderCodec
Source§impl Debug for EncoderCodec
impl Debug for EncoderCodec
impl Eq for EncoderCodec
Source§impl PartialEq for EncoderCodec
impl PartialEq for EncoderCodec
Source§fn eq(&self, other: &EncoderCodec) -> bool
fn eq(&self, other: &EncoderCodec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EncoderCodec
Auto Trait Implementations§
impl Freeze for EncoderCodec
impl RefUnwindSafe for EncoderCodec
impl Send for EncoderCodec
impl Sync for EncoderCodec
impl Unpin for EncoderCodec
impl UnsafeUnpin for EncoderCodec
impl UnwindSafe for EncoderCodec
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