Enum yosys_netlist_json::AttributeVal [] [src]

pub enum AttributeVal {
    N(usize),
    S(String),
}

The value of an attribute/parameter

Variants

Numeric attribute value

String attribute value

Trait Implementations

impl Clone for AttributeVal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AttributeVal
[src]

Formats the value using the given formatter.

impl Eq for AttributeVal
[src]

impl PartialEq for AttributeVal
[src]

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

This method tests for !=.