Fields
mv0: [i16; 2]
mv1: [i16; 2]
Trait Implementations
sourceimpl Clone for _VAMotionVector
impl Clone for _VAMotionVector
sourcefn clone(&self) -> _VAMotionVector
fn clone(&self) -> _VAMotionVector
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 _VAMotionVector
impl Debug for _VAMotionVector
sourceimpl Default for _VAMotionVector
impl Default for _VAMotionVector
sourcefn default() -> _VAMotionVector
fn default() -> _VAMotionVector
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAMotionVector> for _VAMotionVector
impl PartialEq<_VAMotionVector> for _VAMotionVector
sourcefn eq(&self, other: &_VAMotionVector) -> bool
fn eq(&self, other: &_VAMotionVector) -> bool
impl Copy for _VAMotionVector
impl Eq for _VAMotionVector
impl StructuralEq for _VAMotionVector
impl StructuralPartialEq for _VAMotionVector
Auto Trait Implementations
impl RefUnwindSafe for _VAMotionVector
impl Send for _VAMotionVector
impl Sync for _VAMotionVector
impl Unpin for _VAMotionVector
impl UnwindSafe for _VAMotionVector
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