pub struct MVHEVCConfig {
pub spatial_cli_path: Option<PathBuf>,
pub enabled: bool,
pub quality: u8,
pub keep_intermediate: bool,
}Fields§
§spatial_cli_path: Option<PathBuf>§enabled: bool§quality: u8§keep_intermediate: boolTrait Implementations§
Source§impl Clone for MVHEVCConfig
impl Clone for MVHEVCConfig
Source§fn clone(&self) -> MVHEVCConfig
fn clone(&self) -> MVHEVCConfig
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 MVHEVCConfig
impl Debug for MVHEVCConfig
Auto Trait Implementations§
impl Freeze for MVHEVCConfig
impl RefUnwindSafe for MVHEVCConfig
impl Send for MVHEVCConfig
impl Sync for MVHEVCConfig
impl Unpin for MVHEVCConfig
impl UnwindSafe for MVHEVCConfig
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