#[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: _VAPictureStatspast_references: *mut _VAPictureStatsnum_past_references: u32past_ref_stat_buf: *mut c_uintfuture_references: *mut _VAPictureStatsnum_future_references: u32future_ref_stat_buf: *mut c_uintoutputs: *mut c_uintmv_predictor: c_uintqp: c_uintTrait 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