#[repr(C)]pub struct _VAEncFEIMVPredictorH264 {
pub ref_idx: [_VAEncFEIMVPredictorH264__bindgen_ty_1; 4],
pub reserved: u32,
pub mv: [_VAMotionVector; 4],
}
Fields
ref_idx: [_VAEncFEIMVPredictorH264__bindgen_ty_1; 4]
reserved: u32
mv: [_VAMotionVector; 4]
Trait Implementations
sourceimpl Clone for _VAEncFEIMVPredictorH264
impl Clone for _VAEncFEIMVPredictorH264
sourcefn clone(&self) -> _VAEncFEIMVPredictorH264
fn clone(&self) -> _VAEncFEIMVPredictorH264
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 _VAEncFEIMVPredictorH264
impl Debug for _VAEncFEIMVPredictorH264
sourceimpl Default for _VAEncFEIMVPredictorH264
impl Default for _VAEncFEIMVPredictorH264
sourcefn default() -> _VAEncFEIMVPredictorH264
fn default() -> _VAEncFEIMVPredictorH264
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAEncFEIMVPredictorH264> for _VAEncFEIMVPredictorH264
impl PartialEq<_VAEncFEIMVPredictorH264> for _VAEncFEIMVPredictorH264
sourcefn eq(&self, other: &_VAEncFEIMVPredictorH264) -> bool
fn eq(&self, other: &_VAEncFEIMVPredictorH264) -> bool
impl Copy for _VAEncFEIMVPredictorH264
impl Eq for _VAEncFEIMVPredictorH264
impl StructuralEq for _VAEncFEIMVPredictorH264
impl StructuralPartialEq for _VAEncFEIMVPredictorH264
Auto Trait Implementations
impl RefUnwindSafe for _VAEncFEIMVPredictorH264
impl Send for _VAEncFEIMVPredictorH264
impl Sync for _VAEncFEIMVPredictorH264
impl Unpin for _VAEncFEIMVPredictorH264
impl UnwindSafe for _VAEncFEIMVPredictorH264
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