Enum arrayfire::MomentType [] [src]

#[repr(C)]
pub enum MomentType { M00, M01, M10, M11, FIRST_ORDER, }

Image moment types

Variants

Trait Implementations

impl Clone for MomentType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MomentType
[src]

impl Debug for MomentType
[src]

Formats the value using the given formatter.

impl PartialEq for MomentType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.