pub enum VideoCodecsContent {
VideoCodec(VideoCodec),
}Variants§
VideoCodec(VideoCodec)
Trait Implementations§
Source§impl Clone for VideoCodecsContent
impl Clone for VideoCodecsContent
Source§fn clone(&self) -> VideoCodecsContent
fn clone(&self) -> VideoCodecsContent
Returns a duplicate 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 VideoCodecsContent
impl Debug for VideoCodecsContent
Source§impl PartialEq for VideoCodecsContent
impl PartialEq for VideoCodecsContent
impl Eq for VideoCodecsContent
impl StructuralPartialEq for VideoCodecsContent
Auto Trait Implementations§
impl Freeze for VideoCodecsContent
impl RefUnwindSafe for VideoCodecsContent
impl Send for VideoCodecsContent
impl Sync for VideoCodecsContent
impl Unpin for VideoCodecsContent
impl UnwindSafe for VideoCodecsContent
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