pub enum MotionEstimation {
Zero,
Full,
Log,
Phods,
Epzs,
X1,
Hex,
Umh,
Iter,
Tesa,
}Variants§
trait 实现§
源代码§impl Clone for MotionEstimation
impl Clone for MotionEstimation
源代码§fn clone(&self) -> MotionEstimation
fn clone(&self) -> MotionEstimation
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for MotionEstimation
impl Debug for MotionEstimation
源代码§impl From<MotionEstimation> for c_int
impl From<MotionEstimation> for c_int
源代码§fn from(value: MotionEstimation) -> c_int
fn from(value: MotionEstimation) -> c_int
Converts to this type from the input type.
源代码§impl From<i32> for MotionEstimation
impl From<i32> for MotionEstimation
源代码§fn from(value: c_int) -> MotionEstimation
fn from(value: c_int) -> MotionEstimation
Converts to this type from the input type.
源代码§impl PartialEq for MotionEstimation
impl PartialEq for MotionEstimation
impl Copy for MotionEstimation
impl Eq for MotionEstimation
impl StructuralPartialEq for MotionEstimation
自动 trait 实现§
impl Freeze for MotionEstimation
impl RefUnwindSafe for MotionEstimation
impl Send for MotionEstimation
impl Sync for MotionEstimation
impl Unpin for MotionEstimation
impl UnsafeUnpin for MotionEstimation
impl UnwindSafe for MotionEstimation
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多