Struct sv_parser::ConstantRange
source · pub struct ConstantRange {
pub nodes: (ConstantExpression, Symbol, ConstantExpression),
}
Fields§
§nodes: (ConstantExpression, Symbol, ConstantExpression)
Trait Implementations§
source§impl Clone for ConstantRange
impl Clone for ConstantRange
source§fn clone(&self) -> ConstantRange
fn clone(&self) -> ConstantRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConstantRange
impl Debug for ConstantRange
source§impl<'a> From<&'a ConstantRange> for RefNode<'a>
impl<'a> From<&'a ConstantRange> for RefNode<'a>
source§fn from(x: &'a ConstantRange) -> RefNode<'a>
fn from(x: &'a ConstantRange) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ConstantRange> for RefNodes<'a>
impl<'a> From<&'a ConstantRange> for RefNodes<'a>
source§fn from(x: &'a ConstantRange) -> RefNodes<'a>
fn from(x: &'a ConstantRange) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ConstantRange> for AnyNode
impl From<ConstantRange> for AnyNode
source§fn from(x: ConstantRange) -> AnyNode
fn from(x: ConstantRange) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ConstantRange
impl<'a> IntoIterator for &'a ConstantRange
source§impl PartialEq<ConstantRange> for ConstantRange
impl PartialEq<ConstantRange> for ConstantRange
source§fn eq(&self, other: &ConstantRange) -> bool
fn eq(&self, other: &ConstantRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.