Enum arrayfire::MarkerType [] [src]

#[repr(C)]
pub enum MarkerType { NONE, POINT, CIRCLE, SQUARE, TRIANGLE, CROSS, PLUS, STAR, }

Plotting markers

Variants

No marker

Pointer marker

Hollow circle marker

Hollow Square marker

Hollow Triangle marker

Cross-hair marker

Plus symbol marker

Start symbol marker

Trait Implementations

impl Clone for MarkerType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MarkerType
[src]

impl Debug for MarkerType
[src]

Formats the value using the given formatter.

impl PartialEq for MarkerType
[src]

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

This method tests for !=.