Enum moore_vhdl::score::Operator [] [src]

pub enum Operator {
    Logical(LogicalOp),
    Rel(RelationalOp),
    Match(RelationalOp),
    Shift(ShiftOp),
    Add,
    Sub,
    Concat,
    Mul,
    Div,
    Mod,
    Rem,
    Pow,
    Abs,
    Not,
}

An operator as defined in IEEE 1076-2008 section 9.2.

Variants

Trait Implementations

impl Copy for Operator
[src]

impl Clone for Operator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Operator
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Operator
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Operator
[src]

impl Hash for Operator
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Operator
[src]

[src]

Formats the value using the given formatter. Read more