pub struct SupplementalCodec { /* private fields */ }Expand description
Describes media samples with both a backward-compatible base layer and a newer enhancement layer.
Trait Implementations§
Source§impl Clone for SupplementalCodec
impl Clone for SupplementalCodec
Source§fn clone(&self) -> SupplementalCodec
fn clone(&self) -> SupplementalCodec
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 SupplementalCodec
impl Debug for SupplementalCodec
Source§impl PartialEq for SupplementalCodec
impl PartialEq for SupplementalCodec
impl Eq for SupplementalCodec
impl StructuralPartialEq for SupplementalCodec
Auto Trait Implementations§
impl Freeze for SupplementalCodec
impl RefUnwindSafe for SupplementalCodec
impl Send for SupplementalCodec
impl Sync for SupplementalCodec
impl Unpin for SupplementalCodec
impl UnwindSafe for SupplementalCodec
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