#[repr(u32)]pub enum ArmMotionEngine100Op {
MIN_SAD = 0,
MIN_SAD_COST = 1,
RAW_SAD = 2,
}Expand description
Arm.MotionEngine.100 extended instruction opcode
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ArmMotionEngine100Op
impl Clone for ArmMotionEngine100Op
Source§fn clone(&self) -> ArmMotionEngine100Op
fn clone(&self) -> ArmMotionEngine100Op
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArmMotionEngine100Op
impl Debug for ArmMotionEngine100Op
Source§impl Hash for ArmMotionEngine100Op
impl Hash for ArmMotionEngine100Op
Source§impl Ord for ArmMotionEngine100Op
impl Ord for ArmMotionEngine100Op
Source§fn cmp(&self, other: &ArmMotionEngine100Op) -> Ordering
fn cmp(&self, other: &ArmMotionEngine100Op) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ArmMotionEngine100Op
impl PartialEq for ArmMotionEngine100Op
Source§impl PartialOrd for ArmMotionEngine100Op
impl PartialOrd for ArmMotionEngine100Op
impl Copy for ArmMotionEngine100Op
impl Eq for ArmMotionEngine100Op
impl StructuralPartialEq for ArmMotionEngine100Op
Auto Trait Implementations§
impl Freeze for ArmMotionEngine100Op
impl RefUnwindSafe for ArmMotionEngine100Op
impl Send for ArmMotionEngine100Op
impl Sync for ArmMotionEngine100Op
impl Unpin for ArmMotionEngine100Op
impl UnsafeUnpin for ArmMotionEngine100Op
impl UnwindSafe for ArmMotionEngine100Op
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more