Struct rav1e::prelude::config::RateControlSummary
source · pub struct RateControlSummary { /* private fields */ }
Expand description
Rate control pass summary
It contains encoding information related to the whole previous encoding pass.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RCSummary
impl RefUnwindSafe for RCSummary
impl Send for RCSummary
impl Sync for RCSummary
impl Unpin for RCSummary
impl UnwindSafe for RCSummary
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