Enum moore_vhdl_syntax::ast::LogicalOp [] [src]

pub enum LogicalOp {
    And,
    Or,
    Nand,
    Nor,
    Xor,
    Xnor,
}

Variants

Trait Implementations

impl Copy for LogicalOp
[src]

impl Clone for LogicalOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LogicalOp
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LogicalOp
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for LogicalOp
[src]

impl Encodable for LogicalOp
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for LogicalOp
[src]

[src]

Deserialize a value using a Decoder.

impl Hash for LogicalOp
[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