Enum yosys_netlist_json::BitVal [] [src]

pub enum BitVal {
    N(usize),
    S(SpecialBit),
}

A number representing a single bit of a wire

Variants

An actual signal number

A special constant value

Trait Implementations

impl Copy for BitVal
[src]

impl Clone for BitVal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BitVal
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for BitVal
[src]

impl PartialEq for BitVal
[src]

[src]

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

[src]

This method tests for !=.

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

impl Value for BitVal
[src]

[src]

Serialize self into Serializer Read more

Auto Trait Implementations

impl Send for BitVal

impl Sync for BitVal