pub struct Avc { /* private fields */ }Expand description
AVC profile/constraints/level triple (the PPCCLL grammar from RFC 6381
§3.3). Shared between the avc1 and avc3 codec-string forms.
Implementations§
Trait Implementations§
impl Eq for Avc
impl StructuralPartialEq for Avc
Auto Trait Implementations§
impl Freeze for Avc
impl RefUnwindSafe for Avc
impl Send for Avc
impl Sync for Avc
impl Unpin for Avc
impl UnsafeUnpin for Avc
impl UnwindSafe for Avc
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