Enum hoodlum::ast::Edge [] [src]

pub enum Edge {
    Pos,
    Neg,
}

Variants

Trait Implementations

impl Eq for Edge
[src]

impl Hash for Edge
[src]

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

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

impl PartialEq<Edge> for Edge
[src]

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

This method tests for !=.

impl Debug for Edge
[src]

Formats the value using the given formatter.

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToVerilog for Edge
[src]