Enum px8_plugin_lua::Arithmetic [] [src]

pub enum Arithmetic {
    Add,
    Sub,
    Mul,
    Mod,
    Pow,
    Div,
    IDiv,
    BAnd,
    BOr,
    BXor,
    Shl,
    Shr,
    Unm,
    BNot,
}

Arithmetic operations for lua_arith.

Variants

Trait Implementations

impl Clone for Arithmetic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Arithmetic
[src]

impl Debug for Arithmetic
[src]

Formats the value using the given formatter.

impl PartialEq for Arithmetic
[src]

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

This method tests for !=.

impl Eq for Arithmetic
[src]