pub struct RateDistortionTradeOffPoints {
pub codec: Option<VideoCodec>,
pub resolution: Option<VideoResolution>,
pub min_bit_rate: Option<u32>,
}Fields§
§codec: Option<VideoCodec>§resolution: Option<VideoResolution>§min_bit_rate: Option<u32>Trait Implementations§
Source§impl Debug for RateDistortionTradeOffPoints
impl Debug for RateDistortionTradeOffPoints
Auto Trait Implementations§
impl Freeze for RateDistortionTradeOffPoints
impl RefUnwindSafe for RateDistortionTradeOffPoints
impl Send for RateDistortionTradeOffPoints
impl Sync for RateDistortionTradeOffPoints
impl Unpin for RateDistortionTradeOffPoints
impl UnwindSafe for RateDistortionTradeOffPoints
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