Enum arrayfire::MomentType
[−]
[src]
#[repr(C)]pub enum MomentType { M00, M01, M10, M11, FIRST_ORDER, }
Image moment types
Variants
M00M01M10M11FIRST_ORDERTrait Implementations
impl Clone for MomentType[src]
fn clone(&self) -> MomentType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more