#[repr(C)]pub struct _VAStatsStatisticsParameter {
pub input: _VAPictureStats,
pub past_references: *mut _VAPictureStats,
pub num_past_references: u32,
pub past_ref_stat_buf: *mut c_uint,
pub future_references: *mut _VAPictureStats,
pub num_future_references: u32,
pub future_ref_stat_buf: *mut c_uint,
pub outputs: *mut c_uint,
pub mv_predictor: c_uint,
pub qp: c_uint,
}
Fields
input: _VAPictureStats
past_references: *mut _VAPictureStats
num_past_references: u32
past_ref_stat_buf: *mut c_uint
future_references: *mut _VAPictureStats
num_future_references: u32
future_ref_stat_buf: *mut c_uint
outputs: *mut c_uint
mv_predictor: c_uint
qp: c_uint
Trait Implementations
sourceimpl Clone for _VAStatsStatisticsParameter
impl Clone for _VAStatsStatisticsParameter
sourcefn clone(&self) -> _VAStatsStatisticsParameter
fn clone(&self) -> _VAStatsStatisticsParameter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for _VAStatsStatisticsParameter
impl Debug for _VAStatsStatisticsParameter
sourceimpl Default for _VAStatsStatisticsParameter
impl Default for _VAStatsStatisticsParameter
sourceimpl PartialEq<_VAStatsStatisticsParameter> for _VAStatsStatisticsParameter
impl PartialEq<_VAStatsStatisticsParameter> for _VAStatsStatisticsParameter
sourcefn eq(&self, other: &_VAStatsStatisticsParameter) -> bool
fn eq(&self, other: &_VAStatsStatisticsParameter) -> bool
impl Copy for _VAStatsStatisticsParameter
impl Eq for _VAStatsStatisticsParameter
impl StructuralEq for _VAStatsStatisticsParameter
impl StructuralPartialEq for _VAStatsStatisticsParameter
Auto Trait Implementations
impl RefUnwindSafe for _VAStatsStatisticsParameter
impl !Send for _VAStatsStatisticsParameter
impl !Sync for _VAStatsStatisticsParameter
impl Unpin for _VAStatsStatisticsParameter
impl UnwindSafe for _VAStatsStatisticsParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more