pub enum H264Tune {
Film,
Animation,
Grain,
Stillimage,
Fastdecode,
Zerolatency,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for H264Tune
impl RefUnwindSafe for H264Tune
impl Send for H264Tune
impl Sync for H264Tune
impl Unpin for H264Tune
impl UnsafeUnpin for H264Tune
impl UnwindSafe for H264Tune
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