Enum mp4::AvcProfile
source · pub enum AvcProfile {
AvcConstrainedBaseline,
AvcBaseline,
AvcMain,
AvcExtended,
AvcHigh,
}
Variants§
Trait Implementations§
source§impl Clone for AvcProfile
impl Clone for AvcProfile
source§fn clone(&self) -> AvcProfile
fn clone(&self) -> AvcProfile
Returns a copy 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 AvcProfile
impl Debug for AvcProfile
source§impl Display for AvcProfile
impl Display for AvcProfile
source§impl PartialEq for AvcProfile
impl PartialEq for AvcProfile
source§fn eq(&self, other: &AvcProfile) -> bool
fn eq(&self, other: &AvcProfile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AvcProfile
impl Eq for AvcProfile
impl StructuralPartialEq for AvcProfile
Auto Trait Implementations§
impl Freeze for AvcProfile
impl RefUnwindSafe for AvcProfile
impl Send for AvcProfile
impl Sync for AvcProfile
impl Unpin for AvcProfile
impl UnwindSafe for AvcProfile
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