pub struct VideoCodecs {
pub contents: Vec<VideoCodecsContent>,
}Fields§
§contents: Vec<VideoCodecsContent>Trait Implementations§
Source§impl Clone for VideoCodecs
impl Clone for VideoCodecs
Source§fn clone(&self) -> VideoCodecs
fn clone(&self) -> VideoCodecs
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 VideoCodecs
impl Debug for VideoCodecs
Source§impl PartialEq for VideoCodecs
impl PartialEq for VideoCodecs
impl Eq for VideoCodecs
impl StructuralPartialEq for VideoCodecs
Auto Trait Implementations§
impl Freeze for VideoCodecs
impl RefUnwindSafe for VideoCodecs
impl Send for VideoCodecs
impl Sync for VideoCodecs
impl Unpin for VideoCodecs
impl UnwindSafe for VideoCodecs
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