EvcStat

Struct EvcStat 

Source
pub struct EvcStat {
Show 13 fields pub bytes: usize, pub nalu_type: NaluType, pub stype: SliceType, pub fnum: isize, pub poc: isize, pub tid: isize, pub refpic_num: [u8; 2], pub refpic: [[isize; 16]; 2], pub ret: usize, pub sei_size: usize, pub qp: u8, pub rec: Option<Rc<RefCell<Frame<u16>>>>, pub psnr: Option<[f64; 3]>,
}

Fields§

§bytes: usize§nalu_type: NaluType§stype: SliceType§fnum: isize§poc: isize§tid: isize§refpic_num: [u8; 2]§refpic: [[isize; 16]; 2]§ret: usize§sei_size: usize§qp: u8§rec: Option<Rc<RefCell<Frame<u16>>>>§psnr: Option<[f64; 3]>

Trait Implementations§

Source§

impl Debug for EvcStat

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Default for EvcStat

Source§

fn default() -> EvcStat

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl Freeze for EvcStat

§

impl !RefUnwindSafe for EvcStat

§

impl !Send for EvcStat

§

impl !Sync for EvcStat

§

impl Unpin for EvcStat

§

impl !UnwindSafe for EvcStat

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

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

Performs the conversion.