Enum verilog::ast::Op [] [src]

pub enum Op {
    Add,
    Sub,
    Mul,
    Div,
    Eq,
    Lte,
    Gte,
    And,
    Or,
    Lt,
    Gt,
    Ne,
    BinOr,
    BinAnd,
    LShift,
    RShift,
}

Variants

Trait Implementations

impl Clone for Op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Op
[src]

Formats the value using the given formatter.

impl Eq for Op
[src]

impl Hash for Op
[src]

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

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

impl PartialEq for Op
[src]

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

This method tests for !=.