Enum vpx_encode::VideoCodecId
source · [−]pub enum VideoCodecId {
VP8,
VP9,
}Variants
VP8
VP9
Trait Implementations
sourceimpl Clone for VideoCodecId
impl Clone for VideoCodecId
sourcefn clone(&self) -> VideoCodecId
fn clone(&self) -> VideoCodecId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VideoCodecId
impl Debug for VideoCodecId
sourceimpl Default for VideoCodecId
impl Default for VideoCodecId
sourcefn default() -> VideoCodecId
fn default() -> VideoCodecId
Returns the “default value” for a type. Read more
sourceimpl Hash for VideoCodecId
impl Hash for VideoCodecId
sourceimpl PartialEq<VideoCodecId> for VideoCodecId
impl PartialEq<VideoCodecId> for VideoCodecId
impl Copy for VideoCodecId
impl Eq for VideoCodecId
impl StructuralEq for VideoCodecId
impl StructuralPartialEq for VideoCodecId
Auto Trait Implementations
impl RefUnwindSafe for VideoCodecId
impl Send for VideoCodecId
impl Sync for VideoCodecId
impl Unpin for VideoCodecId
impl UnwindSafe for VideoCodecId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more