pub enum HEVC {
Main,
Main10,
MainStillPicture,
Rext,
}
Variants§
Trait Implementations§
impl Copy for HEVC
impl Eq for HEVC
impl StructuralPartialEq for HEVC
Auto Trait Implementations§
impl Freeze for HEVC
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