Enum moore_vhdl_syntax::ast::ShiftOp [] [src]

pub enum ShiftOp {
    Sll,
    Srl,
    Sla,
    Sra,
    Rol,
    Ror,
}

Variants

Trait Implementations

impl Copy for ShiftOp
[src]

impl Clone for ShiftOp
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ShiftOp
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for ShiftOp
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for ShiftOp
[src]

[src]

Deserialize a value using a Decoder.

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