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

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

Variants

LessThanLessThanEqualGreaterThanGreaterThanEqualEqualNotEqual

Trait Implementations

impl Clone for Operator
[src]

fn clone(&self) -> Operator

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

impl Debug for Operator
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Decodable for Operator
[src]

fn decode<D: Decoder>(decoder: &mut D) -> Result<Operator, D::Error>