Enum ffmpeg_next::codec::profile::HEVC
source · pub enum HEVC {
Main,
Main10,
MainStillPicture,
Rext,
}Variants§
Trait Implementations§
source§impl PartialEq for HEVC
impl PartialEq for HEVC
impl Copy for HEVC
impl Eq for HEVC
impl StructuralEq for HEVC
impl StructuralPartialEq for HEVC
Auto Trait Implementations§
impl RefUnwindSafe for HEVC
impl Send for HEVC
impl Sync for HEVC
impl Unpin for HEVC
impl UnwindSafe for HEVC
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