Enum yosys_netlist_json::AttributeVal
[−]
[src]
pub enum AttributeVal { N(usize), S(String), }
The value of an attribute/parameter
Variants
N(usize)
Numeric attribute value
S(String)
String attribute value
Trait Implementations
impl Clone for AttributeVal
[src]
fn clone(&self) -> AttributeVal
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for AttributeVal
[src]
impl Eq for AttributeVal
[src]
impl PartialEq for AttributeVal
[src]
fn eq(&self, __arg_0: &AttributeVal) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AttributeVal) -> bool
This method tests for !=
.