pub struct QpRange { /* private fields */ }Expand description
Quantization parameter range to control the degree of compression.
This can be used to control the balance between size and video quality.
Implementations§
Trait Implementations§
impl Copy for QpRange
Auto Trait Implementations§
impl Freeze for QpRange
impl RefUnwindSafe for QpRange
impl Send for QpRange
impl Sync for QpRange
impl Unpin for QpRange
impl UnsafeUnpin for QpRange
impl UnwindSafe for QpRange
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