Enum pixelast::GraphType[][src]

pub enum GraphType {
    Int,
    Float,
}

It is the type of quantity to be handled in the graph.

Variants

Trait Implementations

impl Debug for GraphType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GraphType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for GraphType

impl Sync for GraphType