Enum moore_vhdl_syntax::ast::BinaryOp [] [src]

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

Variants

Trait Implementations

impl Copy for BinaryOp
[src]

impl Clone for BinaryOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BinaryOp
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BinaryOp
[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 BinaryOp
[src]

impl Encodable for BinaryOp
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for BinaryOp
[src]

[src]

Deserialize a value using a Decoder.