Enum arrayfire::BinaryOp [] [src]

#[repr(C)]
pub enum BinaryOp { ADD, MUL, MIN, MAX, }

Binary operation types for generalized scan functions

Variants

Addition operation

Multiplication operation

Minimum operation

Maximum operation

Trait Implementations

impl Clone for BinaryOp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BinaryOp
[src]

impl Debug for BinaryOp
[src]

Formats the value using the given formatter.

impl PartialEq for BinaryOp
[src]

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

This method tests for !=.

impl From<i32> for BinaryOp
[src]

Performs the conversion.