pub enum VideoCodec {
AV1,
}Variants§
AV1
Implementations§
Source§impl VideoCodec
impl VideoCodec
pub fn to_container_str(&self) -> &str
Trait Implementations§
Source§impl Default for VideoCodec
impl Default for VideoCodec
Source§fn default() -> VideoCodec
fn default() -> VideoCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VideoCodec
impl RefUnwindSafe for VideoCodec
impl Send for VideoCodec
impl Sync for VideoCodec
impl Unpin for VideoCodec
impl UnsafeUnpin 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