pub enum VideoCodecId {
VP8,
VP9,
}Variants§
Trait Implementations§
Source§impl Clone for VideoCodecId
impl Clone for VideoCodecId
Source§fn clone(&self) -> VideoCodecId
fn clone(&self) -> VideoCodecId
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 VideoCodecId
impl Debug for VideoCodecId
Source§impl Default for VideoCodecId
impl Default for VideoCodecId
Source§fn default() -> VideoCodecId
fn default() -> VideoCodecId
Returns the “default value” for a type. Read more
Source§impl Hash for VideoCodecId
impl Hash for VideoCodecId
Source§impl PartialEq for VideoCodecId
impl PartialEq for VideoCodecId
impl Copy for VideoCodecId
impl Eq for VideoCodecId
impl StructuralPartialEq for VideoCodecId
Auto Trait Implementations§
impl Freeze for VideoCodecId
impl RefUnwindSafe for VideoCodecId
impl Send for VideoCodecId
impl Sync for VideoCodecId
impl Unpin for VideoCodecId
impl UnwindSafe for VideoCodecId
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