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