Enum yosys_netlist_json::SpecialBit
[−]
[src]
pub enum SpecialBit { _0, _1, X, Z, }
Special constant bit values
Variants
_0
Constant 0
_1
Constant 1
X
Constant X (invalid)
Z
Constant Z (tri-state)
Trait Implementations
impl Copy for SpecialBit
[src]
impl Clone for SpecialBit
[src]
fn clone(&self) -> SpecialBit
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