Struct RCSummary

struct RCSummary { ... }

Rate control pass summary

It contains encoding information related to the whole previous encoding pass.

Implementations

impl Clone for RCSummary

fn clone(self: &Self) -> RCSummary

impl Debug for RCSummary

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Default for RCSummary

fn default() -> RCSummary

impl Freeze for RCSummary

impl RefUnwindSafe for RCSummary

impl Send for RCSummary

impl Sync for RCSummary

impl Unpin for RCSummary

impl UnsafeUnpin for RCSummary

impl UnwindSafe for RCSummary

impl<T> Any for RCSummary

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for RCSummary

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for RCSummary

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for RCSummary

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for RCSummary

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for RCSummary

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for RCSummary

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for RCSummary

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for RCSummary

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>