Enum yosys_netlist_json::SpecialBit [] [src]

pub enum SpecialBit {
    _0,
    _1,
    X,
    Z,
}

Special constant bit values

Variants

Constant 0

Constant 1

Constant X (invalid)

Constant Z (tri-state)

Trait Implementations

impl Copy for SpecialBit
[src]

impl Clone for SpecialBit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SpecialBit
[src]

Formats the value using the given formatter.

impl Eq for SpecialBit
[src]

impl PartialEq for SpecialBit
[src]

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

This method tests for !=.