Enum skeletal_animation::controller::Operator [] [src]

pub enum Operator {
    LessThan,
    LessThanEqual,
    GreaterThan,
    GreaterThanEqual,
    Equal,
    NotEqual,
}

Variants

Trait Implementations

impl Debug for Operator
[src]

Formats the value using the given formatter.

impl Clone for Operator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodable for Operator
[src]

Deserialize a value using a Decoder.