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 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 AvcProfile
impl Debug for AvcProfile
Source§impl Display for AvcProfile
impl Display for AvcProfile
Source§impl PartialEq for AvcProfile
impl PartialEq for AvcProfile
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