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§
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> 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