Enum moore_vhdl::konst::Dir [] [src]

pub enum Dir {
    To,
    Downto,
}

Variants

Trait Implementations

impl Copy for Dir
[src]

impl Clone for Dir
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Dir
[src]

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

[src]

Formats the value using the given formatter.

impl Decodable for Dir
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Dir
[src]

[src]

Serialize a value using an Encoder.

impl Display for Dir
[src]

[src]

Formats the value using the given formatter. Read more